#10887D

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

Shades of Teal #10887D

Tints of Teal #10887D

Color information

#10887D (or 0x10887D) is unknown color: approx Teal. HEX triplet: 10, 88 and 7D. RGB value is (16,136,125). Sum of RGB (Red+Green+Blue) = 16+136+125=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #10887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10887D is #EF7782. Grayscale: #626262. Windows color (decimal): -15693699 or 8226832. OLE color: 8226832.

HSL color Cylindrical-coordinate representation of color #10887D: hue angle of 174.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10887D is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB16136125-
CMYK0.8800.080.47
HSL174.5º78.95%29.8%-
HSV(B)174.5º88.24%53.33%-
XYZ12.7219.222.44-
YUV98.87142.7468.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.78%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 125 (49.22% from 255) = 45.13%
R=5.78%
G=49.10%
B=45.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161361250.8800.080.47174.578.9529.8
Hex10887D58082Fae4f1e
Octal202101751300105725611736
Binary1000010001000111110110110000100010111110101110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10887D; }

 p { color: rgb(16,136,125); }

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

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

 a { background-color: rgb(16,136,125); }

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

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

 span { border-color: rgb(16,136,125); }

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