Html Css Color HEX #11847F Teal

📋 copy color: '#11847F'

red 17 ◦ green 132 ◦ blue 127

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

Shades of Teal #11847F

Tints of Teal #11847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.83%

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

R = 6.16%
G = 47.83%
B = 46.01%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#11847F (or 0x11847F) is known color: Teal. HEX triplet: 11, 84 and 7F. RGB value is (17,132,127). Sum of RGB (Red+Green+Blue) = 17+132+127=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #11847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11847F is #EE7B80. Grayscale: #606060. Windows color (decimal): -15629185 or 8356881. OLE color: 8356881.

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

Color convert

RGB 17 132 127 -
CMYK 0.87 0 0.04 0.48
HSL 177.39º 0.77% 0.29% -
HSV(B) 177.39º 0.87% 0.52% -
XYZ 12.31 18.15 22.93 -
YUV 97.05 144.9 70.91 -
System Red Green Blue C M Y K H S L
Decimal 17 132 127 0.87 0 0.04 0.48 177.39 0.77 0.29
Hex 11 84 7F 57 0 4 30 B1 4D 1D
Octal 21 204 177 127 0 4 60 261 115 35
Binary 10001 10000100 1111111 1010111 0 100 110000 10110001 1001101 11101

Color Harmonies of #11847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11847F

Black with #11847F

Text Example


Text Example

White with #11847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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