Html Css Color HEX #11847C Teal

📋 copy color: '#11847C'

red 17 ◦ green 132 ◦ blue 124

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

Shades of Teal #11847C

Tints of Teal #11847C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 6.23%
G = 48.35%
B = 45.42%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#11847C (or 0x11847C) is known color: Teal. HEX triplet: 11, 84 and 7C. RGB value is (17,132,124). Sum of RGB (Red+Green+Blue) = 17+132+124=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #11847C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11847C is #EE7B83. Grayscale: #606060. Windows color (decimal): -15629188 or 8160273. OLE color: 8160273.

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

Color convert

RGB 17 132 124 -
CMYK 0.87 0 0.06 0.48
HSL 175.83º 0.77% 0.29% -
HSV(B) 175.83º 0.87% 0.52% -
XYZ 12.12 18.08 21.92 -
YUV 96.7 143.4 71.15 -
System Red Green Blue C M Y K H S L
Decimal 17 132 124 0.87 0 0.06 0.48 175.83 0.77 0.29
Hex 11 84 7C 57 0 6 30 B0 4D 1D
Octal 21 204 174 127 0 6 60 260 115 35
Binary 10001 10000100 1111100 1010111 0 110 110000 10110000 1001101 11101

Color Harmonies of #11847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11847C

Black with #11847C

Text Example


Text Example

White with #11847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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