Html Css Color HEX #10887A Teal

📋 copy color: '#10887A'

red 16 ◦ green 136 ◦ blue 122

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

Shades of Teal #10887A

Tints of Teal #10887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.53%

R = 5.84%
G = 49.64%
B = 44.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#10887A (or 0x10887A) is known color: Teal. HEX triplet: 10, 88 and 7A. RGB value is (16,136,122). Sum of RGB (Red+Green+Blue) = 16+136+122=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #10887A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10887A is #EF7785. Grayscale: #626262. Windows color (decimal): -15693702 or 8030224. OLE color: 8030224.

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

Color convert

RGB 16 136 122 -
CMYK 0.88 0 0.10 0.47
HSL 173º 0.79% 0.3% -
HSV(B) 173º 0.88% 0.53% -
XYZ 12.53 19.12 21.44 -
YUV 98.52 141.24 69.14 -
System Red Green Blue C M Y K H S L
Decimal 16 136 122 0.88 0 0.10 0.47 173 0.79 0.3
Hex 10 88 7A 58 0 A 2F AD 4F 1E
Octal 20 210 172 130 0 12 57 255 117 36
Binary 10000 10001000 1111010 1011000 0 1010 101111 10101101 1001111 11110

Color Harmonies of #10887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10887A

Black with #10887A

Text Example


Text Example

White with #10887A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10887A;
 }
 .AnyTagClassName
 {
   color: #10887A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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