#11de9e

Color #11DE9E Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #11DE9E

Tints of Caribbean Green #11DE9E

Color information

#11DE9E (or 0x11DE9E) is unknown color: approx Caribbean Green. HEX triplet: 11, DE and 9E. RGB value is (17,222,158). Sum of RGB (Red+Green+Blue) = 17+222+158=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #11DE9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DE9E is #EE2161. Grayscale: #999999. Windows color (decimal): -15606114 or 10411537. OLE color: 10411537.

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

Color convert

RGB17222158-
CMYK0.9200.290.13
HSL161.27º85.77%46.86%-
HSV(B)161.27º92.34%87.06%-
XYZ32.5254.8341.22-
YUV153.41130.5830.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.28%
GREEN value IS 222 (87.11% from 255) = 55.92%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=4.28%
G=55.92%
B=39.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172221580.9200.290.13161.2785.7746.86
Hex11DE9E5C01DDa1562f
Octal213362361340351524112657
Binary10001110111101001111010111000111011101101000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11de9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11de9e;
 }
 .AnyTagClassName
 {
   color: #11de9e;
 }
</style>
background-color css

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

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

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

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

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

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