Html Css Color HEX #11857F Teal

📋 copy color: '#11857F'

red 17 ◦ green 133 ◦ blue 127

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

Shades of Teal #11857F

Tints of Teal #11857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.01%

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

R = 6.14%
G = 48.01%
B = 45.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#11857F (or 0x11857F) is known color: Teal. HEX triplet: 11, 85 and 7F. RGB value is (17,133,127). Sum of RGB (Red+Green+Blue) = 17+133+127=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #11857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11857F is #EE7A80. Grayscale: #616161. Windows color (decimal): -15628929 or 8357137. OLE color: 8357137.

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

Color convert

RGB 17 133 127 -
CMYK 0.87 0 0.05 0.48
HSL 176.9º 0.77% 0.29% -
HSV(B) 176.9º 0.87% 0.52% -
XYZ 12.45 18.43 22.98 -
YUV 97.63 144.57 70.49 -
System Red Green Blue C M Y K H S L
Decimal 17 133 127 0.87 0 0.05 0.48 176.9 0.77 0.29
Hex 11 85 7F 57 0 5 30 B1 4D 1D
Octal 21 205 177 127 0 5 60 261 115 35
Binary 10001 10000101 1111111 1010111 0 101 110000 10110001 1001101 11101

Color Harmonies of #11857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11857F

Black with #11857F

Text Example


Text Example

White with #11857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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