#088087

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

Shades of Teal #088087

Tints of Teal #088087

Color information

#088087 (or 0x088087) is unknown color: approx Teal. HEX triplet: 08, 80 and 87. RGB value is (8,128,135). Sum of RGB (Red+Green+Blue) = 8+128+135=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #088087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088087 is #F77F78. Grayscale: #5C5C5C. Windows color (decimal): -16220025 or 8880136. OLE color: 8880136.

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

Color convert

RGB8128135-
CMYK0.940.0500.47
HSL183.31º88.81%28.04%-
HSV(B)183.31º94.07%52.94%-
XYZ12.1917.2425.61-
YUV92.92151.7467.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.95%
GREEN value IS 128 (50.39% from 255) = 47.23%
BLUE value IS 135 (53.12% from 255) = 49.82%
R=2.95%
G=47.23%
B=49.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81281350.940.0500.47183.3188.8128.04
Hex880875E502Fb7591c
Octal10200207136505726713134
Binary100010000000100001111011110101010111110110111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088087; }

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

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

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

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

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

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

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

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