#11DDAA

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

Shades of Caribbean Green #11DDAA

Tints of Caribbean Green #11DDAA

Color information

#11DDAA (or 0x11DDAA) is unknown color: approx Caribbean Green. HEX triplet: 11, DD and AA. RGB value is (17,221,170). Sum of RGB (Red+Green+Blue) = 17+221+170=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DDAA is #EE2255. Grayscale: #9A9A9A. Windows color (decimal): -15606358 or 11197713. OLE color: 11197713.

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

Color convert

RGB17221170-
CMYK0.9200.230.13
HSL165º85.71%46.67%-
HSV(B)165º92.31%86.67%-
XYZ33.3454.7346.84-
YUV154.19136.9130.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.17%
GREEN value IS 221 (86.72% from 255) = 54.17%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=4.17%
G=54.17%
B=41.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172211700.9200.230.1316585.7146.67
Hex11DDAA5C017Da5562f
Octal213352521340271524512657
Binary10001110111011010101010111000101111101101001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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