Html Css Color HEX #10887D Teal

📋 copy color: '#10887D'

red 16 ◦ green 136 ◦ blue 125

#10887D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #10887D

Tints of Teal #10887D

RGB

 RED value IS 16 (6.64% from 255) = 5.78%

 GREEN value IS 136 (53.52% from 255) = 49.1%

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 5.78%
G = 49.1%
B = 45.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#10887D (or 0x10887D) is known color: 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

RGB 16 136 125 -
CMYK 0.88 0 0.08 0.47
HSL 174.5º 0.79% 0.3% -
HSV(B) 174.5º 0.88% 0.53% -
XYZ 12.72 19.2 22.44 -
YUV 98.87 142.74 68.89 -
System Red Green Blue C M Y K H S L
Decimal 16 136 125 0.88 0 0.08 0.47 174.5 0.79 0.3
Hex 10 88 7D 58 0 8 2F AE 4F 1E
Octal 20 210 175 130 0 10 57 256 117 36
Binary 10000 10001000 1111101 1011000 0 1000 101111 10101110 1001111 11110

Color Harmonies of #10887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10887D

Black with #10887D

Text Example


Text Example

White with #10887D

Text Example


Text Example

HTML Codes & Css Web 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>