Html Css Color HEX #11DE96 Caribbean Green

📋 copy color: '#11DE96'

red 17 ◦ green 222 ◦ blue 150

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

Shades of Caribbean Green #11DE96

Tints of Caribbean Green #11DE96

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.07%

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

R = 4.37%
G = 57.07%
B = 38.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#11DE96 (or 0x11DE96) is known color: Caribbean Green. HEX triplet: 11, DE and 96. RGB value is (17,222,150). Sum of RGB (Red+Green+Blue) = 17+222+150=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 222 (87.11% from 255 or 57.07% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 222 - color contains mainly: green. Hex color #11DE96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DE96 is #EE2169. Grayscale: #989898. Windows color (decimal): -15606122 or 9887249. OLE color: 9887249.

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

Color convert

RGB 17 222 150 -
CMYK 0.92 0 0.32 0.13
HSL 158.93º 0.86% 0.47% -
HSV(B) 158.93º 0.92% 0.87% -
XYZ 31.86 54.56 37.71 -
YUV 152.5 126.58 31.35 -
System Red Green Blue C M Y K H S L
Decimal 17 222 150 0.92 0 0.32 0.13 158.93 0.86 0.47
Hex 11 DE 96 5C 0 20 D 9F 56 2F
Octal 21 336 226 134 0 40 15 237 126 57
Binary 10001 11011110 10010110 1011100 0 100000 1101 10011111 1010110 101111

Color Harmonies of #11DE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DE96

Black with #11DE96

Text Example


Text Example

White with #11DE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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