Html Css Color HEX #11E0A6 Caribbean Green

📋 copy color: '#11E0A6'

red 17 ◦ green 224 ◦ blue 166

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

Shades of Caribbean Green #11E0A6

Tints of Caribbean Green #11E0A6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.04%

 BLUE value IS 166 (65.23% from 255) = 40.79%

R = 4.18%
G = 55.04%
B = 40.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#11E0A6 (or 0x11E0A6) is known color: Caribbean Green. HEX triplet: 11, E0 and A6. RGB value is (17,224,166). Sum of RGB (Red+Green+Blue) = 17+224+166=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 224 (87.89% from 255 or 55.04% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 224 - color contains mainly: green. Hex color #11E0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E0A6 is #EE1F59. Grayscale: #9B9B9B. Windows color (decimal): -15605594 or 10936337. OLE color: 10936337.

HSL color Cylindrical-coordinate representation of color #11E0A6: hue angle of 163.19º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E0A6 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 224 166 -
CMYK 0.92 0 0.26 0.12
HSL 163.19º 0.86% 0.47% -
HSV(B) 163.19º 0.92% 0.88% -
XYZ 33.77 56.18 45.14 -
YUV 155.5 133.92 29.22 -
System Red Green Blue C M Y K H S L
Decimal 17 224 166 0.92 0 0.26 0.12 163.19 0.86 0.47
Hex 11 E0 A6 5C 0 1A C A3 56 2F
Octal 21 340 246 134 0 32 14 243 126 57
Binary 10001 11100000 10100110 1011100 0 11010 1100 10100011 1010110 101111

Color Harmonies of #11E0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E0A6

Black with #11E0A6

Text Example


Text Example

White with #11E0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11E0A6; }

 p { color: rgb(17,224,166); }

 H1.HeaderClassName
 {
   color: #11E0A6;
 }
 .AnyTagClassName
 {
   color: #11E0A6;
 }
</style>

background-color css

<style>
 a { background-color: #11E0A6; }

 a { background-color: rgb(17,224,166); }

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

border-color css

<style>
 span { border-color: #11E0A6; }

 span { border-color: rgb(17,224,166); }

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