Html Css Color HEX #11867F Teal

📋 copy color: '#11867F'

red 17 ◦ green 134 ◦ blue 127

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

Shades of Teal #11867F

Tints of Teal #11867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.2%

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

R = 6.12%
G = 48.2%
B = 45.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#11867F (or 0x11867F) is known color: Teal. HEX triplet: 11, 86 and 7F. RGB value is (17,134,127). Sum of RGB (Red+Green+Blue) = 17+134+127=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #11867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11867F is #EE7980. Grayscale: #626262. Windows color (decimal): -15628673 or 8357393. OLE color: 8357393.

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

Color convert

RGB 17 134 127 -
CMYK 0.87 0 0.05 0.47
HSL 176.41º 0.77% 0.3% -
HSV(B) 176.41º 0.87% 0.53% -
XYZ 12.59 18.7 23.03 -
YUV 98.22 144.24 70.07 -
System Red Green Blue C M Y K H S L
Decimal 17 134 127 0.87 0 0.05 0.47 176.41 0.77 0.3
Hex 11 86 7F 57 0 5 2F B0 4D 1E
Octal 21 206 177 127 0 5 57 260 115 36
Binary 10001 10000110 1111111 1010111 0 101 101111 10110000 1001101 11110

Color Harmonies of #11867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11867F

Black with #11867F

Text Example


Text Example

White with #11867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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