#10877D

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

Shades of Teal #10877D

Tints of Teal #10877D

Color information

#10877D (or 0x10877D) is unknown color: approx Teal. HEX triplet: 10, 87 and 7D. RGB value is (16,135,125). Sum of RGB (Red+Green+Blue) = 16+135+125=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #10877D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10877D is #EF7882. Grayscale: #626262. Windows color (decimal): -15693955 or 8226576. OLE color: 8226576.

HSL color Cylindrical-coordinate representation of color #10877D: hue angle of 174.96º 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 #10877D is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB16135125-
CMYK0.8800.070.47
HSL174.96º78.81%29.61%-
HSV(B)174.96º88.15%52.94%-
XYZ12.5818.9222.39-
YUV98.28143.0869.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.80%
GREEN value IS 135 (53.12% from 255) = 48.91%
BLUE value IS 125 (49.22% from 255) = 45.29%
R=5.80%
G=48.91%
B=45.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161351250.8800.070.47174.9678.8129.61
Hex10877D58072Faf4f1e
Octal20207175130075725711736
Binary100001000011111111011011000011110111110101111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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