#11DD9D

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

Shades of Caribbean Green #11DD9D

Tints of Caribbean Green #11DD9D

Color information

#11DD9D (or 0x11DD9D) is unknown color: approx Caribbean Green. HEX triplet: 11, DD and 9D. RGB value is (17,221,157). Sum of RGB (Red+Green+Blue) = 17+221+157=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DD9D is #EE2262. Grayscale: #989898. Windows color (decimal): -15606371 or 10345745. OLE color: 10345745.

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

Color convert

RGB17221157-
CMYK0.9200.290.13
HSL161.18º85.71%46.67%-
HSV(B)161.18º92.31%86.67%-
XYZ32.1754.2740.68-
YUV152.71130.4131.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.30%
GREEN value IS 221 (86.72% from 255) = 55.95%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=4.30%
G=55.95%
B=39.75%

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
Decimal172211570.9200.290.13161.1885.7146.67
Hex11DD9D5C01DDa1562f
Octal213352351340351524112657
Binary10001110111011001110110111000111011101101000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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