#148087

Color #148087 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #148087

Tints of Teal #148087

Color information

#148087 (or 0x148087) is unknown color: approx Teal. HEX triplet: 14, 80 and 87. RGB value is (20,128,135). Sum of RGB (Red+Green+Blue) = 20+128+135=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #148087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148087 is #EB7F78. Grayscale: #606060. Windows color (decimal): -15433593 or 8880148. OLE color: 8880148.

HSL color Cylindrical-coordinate representation of color #148087: hue angle of 183.65º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148087 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB20128135-
CMYK0.850.0500.47
HSL183.65º74.19%30.39%-
HSV(B)183.65º85.19%52.94%-
XYZ12.3817.3425.62-
YUV96.51149.7273.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=7.07%
G=45.23%
B=47.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201281350.850.0500.47183.6574.1930.39
Hex14808755502Fb84a1e
Octal24200207125505727011236
Binary1010010000000100001111010101101010111110111000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148087; }

 p { color: rgb(20,128,135); }

 H1.HeaderClassName
 {
   color: #148087;
 }
 .AnyTagClassName
 {
   color: #148087;
 }
</style>
background-color css

<style>
 a { background-color: #148087; }

 a { background-color: rgb(20,128,135); }

 div.DivClassName
 {
   background-color: #148087;
 }
 .BgClassName
 {
   background-color: #148087;
 }
</style>
border-color css

<style>
 span { border-color: #148087; }

 span { border-color: rgb(20,128,135); }

 td.TdClassName
 {
   border-color: #148087;
 }
 .TagClassName
 {
   border-color: #148087;
 }
</style>