Html Css Color HEX #11817F Teal

📋 copy color: '#11817F'

red 17 ◦ green 129 ◦ blue 127

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

Shades of Teal #11817F

Tints of Teal #11817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.25%

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

R = 6.23%
G = 47.25%
B = 46.52%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#11817F (or 0x11817F) is known color: Teal. HEX triplet: 11, 81 and 7F. RGB value is (17,129,127). Sum of RGB (Red+Green+Blue) = 17+129+127=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #11817F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11817F is #EE7E80. Grayscale: #5F5F5F. Windows color (decimal): -15629953 or 8356113. OLE color: 8356113.

HSL color Cylindrical-coordinate representation of color #11817F: hue angle of 178.93º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11817F is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 127 -
CMYK 0.87 0 0.02 0.49
HSL 178.93º 0.77% 0.29% -
HSV(B) 178.93º 0.87% 0.51% -
XYZ 11.91 17.35 22.8 -
YUV 95.28 145.89 72.16 -
System Red Green Blue C M Y K H S L
Decimal 17 129 127 0.87 0 0.02 0.49 178.93 0.77 0.29
Hex 11 81 7F 57 0 2 31 B3 4D 1D
Octal 21 201 177 127 0 2 61 263 115 35
Binary 10001 10000001 1111111 1010111 0 10 110001 10110011 1001101 11101

Color Harmonies of #11817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11817F

Black with #11817F

Text Example


Text Example

White with #11817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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