Html Css Color HEX #11E196 Caribbean Green

📋 copy color: '#11E196'

red 17 ◦ green 225 ◦ blue 150

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

Shades of Caribbean Green #11E196

Tints of Caribbean Green #11E196

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.4%

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 4.34%
G = 57.4%
B = 38.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#11E196 (or 0x11E196) is known color: Caribbean Green. HEX triplet: 11, E1 and 96. RGB value is (17,225,150). Sum of RGB (Red+Green+Blue) = 17+225+150=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #11E196 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E196 is #EE1E69. Grayscale: #9A9A9A. Windows color (decimal): -15605354 or 9888017. OLE color: 9888017.

HSL color Cylindrical-coordinate representation of color #11E196: hue angle of 158.37º 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 #11E196 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 225 150 -
CMYK 0.92 0 0.33 0.12
HSL 158.37º 0.86% 0.47% -
HSV(B) 158.37º 0.92% 0.88% -
XYZ 32.66 56.17 37.97 -
YUV 154.26 125.59 30.1 -
System Red Green Blue C M Y K H S L
Decimal 17 225 150 0.92 0 0.33 0.12 158.37 0.86 0.47
Hex 11 E1 96 5C 0 21 C 9E 56 2F
Octal 21 341 226 134 0 41 14 236 126 57
Binary 10001 11100001 10010110 1011100 0 100001 1100 10011110 1010110 101111

Color Harmonies of #11E196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E196

Black with #11E196

Text Example


Text Example

White with #11E196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,225,150); }

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

background-color css

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

 a { background-color: rgb(17,225,150); }

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

border-color css

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

 span { border-color: rgb(17,225,150); }

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