Html Css Color HEX #11877E Teal

📋 copy color: '#11877E'

red 17 ◦ green 135 ◦ blue 126

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

Shades of Teal #11877E

Tints of Teal #11877E

RGB

 RED value IS 17 (7.03% from 255) = 6.12%

 GREEN value IS 135 (53.13% from 255) = 48.56%

 BLUE value IS 126 (49.61% from 255) = 45.32%

R = 6.12%
G = 48.56%
B = 45.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#11877E (or 0x11877E) is known color: Teal. HEX triplet: 11, 87 and 7E. RGB value is (17,135,126). Sum of RGB (Red+Green+Blue) = 17+135+126=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #11877E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11877E is #EE7881. Grayscale: #626262. Windows color (decimal): -15628418 or 8292113. OLE color: 8292113.

HSL color Cylindrical-coordinate representation of color #11877E: hue angle of 175.42º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11877E is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 135 126 -
CMYK 0.87 0 0.07 0.47
HSL 175.42º 0.78% 0.3% -
HSV(B) 175.42º 0.87% 0.53% -
XYZ 12.66 18.95 22.73 -
YUV 98.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 17 135 126 0.87 0 0.07 0.47 175.42 0.78 0.3
Hex 11 87 7E 57 0 7 2F AF 4E 1E
Octal 21 207 176 127 0 7 57 257 116 36
Binary 10001 10000111 1111110 1010111 0 111 101111 10101111 1001110 11110

Color Harmonies of #11877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11877E

Black with #11877E

Text Example


Text Example

White with #11877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11877E; }

 p { color: rgb(17,135,126); }

 H1.HeaderClassName
 {
   color: #11877E;
 }
 .AnyTagClassName
 {
   color: #11877E;
 }
</style>

background-color css

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

 a { background-color: rgb(17,135,126); }

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

border-color css

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

 span { border-color: rgb(17,135,126); }

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