Html Css Color HEX #11877F Teal

📋 copy color: '#11877F'

red 17 ◦ green 135 ◦ blue 127

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

Shades of Teal #11877F

Tints of Teal #11877F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.52%

R = 6.09%
G = 48.39%
B = 45.52%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#11877F (or 0x11877F) is known color: Teal. HEX triplet: 11, 87 and 7F. RGB value is (17,135,127). Sum of RGB (Red+Green+Blue) = 17+135+127=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #11877F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11877F is #EE7880. Grayscale: #626262. Windows color (decimal): -15628417 or 8357649. OLE color: 8357649.

HSL color Cylindrical-coordinate representation of color #11877F: hue angle of 175.93º 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 #11877F is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 135 127 -
CMYK 0.87 0 0.06 0.47
HSL 175.93º 0.78% 0.3% -
HSV(B) 175.93º 0.87% 0.53% -
XYZ 12.73 18.98 23.07 -
YUV 98.81 143.91 69.65 -
System Red Green Blue C M Y K H S L
Decimal 17 135 127 0.87 0 0.06 0.47 175.93 0.78 0.3
Hex 11 87 7F 57 0 6 2F B0 4E 1E
Octal 21 207 177 127 0 6 57 260 116 36
Binary 10001 10000111 1111111 1010111 0 110 101111 10110000 1001110 11110

Color Harmonies of #11877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11877F

Black with #11877F

Text Example


Text Example

White with #11877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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