#11DD8E

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

Shades of Caribbean Green #11DD8E

Tints of Caribbean Green #11DD8E

Color information

#11DD8E (or 0x11DD8E) is unknown color: approx Caribbean Green. HEX triplet: 11, DD and 8E. RGB value is (17,221,142). Sum of RGB (Red+Green+Blue) = 17+221+142=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DD8E is #EE2271. Grayscale: #979797. Windows color (decimal): -15606386 or 9362705. OLE color: 9362705.

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

Color convert

RGB17221142-
CMYK0.9200.360.13
HSL156.76º85.71%46.67%-
HSV(B)156.76º92.31%86.67%-
XYZ30.9753.7934.34-
YUV151122.9132.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.47%
GREEN value IS 221 (86.72% from 255) = 58.16%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=4.47%
G=58.16%
B=37.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172211420.9200.360.13156.7685.7146.67
Hex11DD8E5C024D9d562f
Octal213352161340441523512657
Binary100011101110110001110101110001001001101100111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,221,142); }

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

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

 a { background-color: rgb(17,221,142); }

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

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

 span { border-color: rgb(17,221,142); }

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