Shades of Caribbean Green #09DDAA
Tints of Caribbean Green #09DDAA
RGB
CMYK
RGB Variations
Color information
#09DDAA (or 0x09DDAA) is known color: Caribbean Green. HEX triplet: 09, DD and AA. RGB value is (9,221,170). Sum of RGB (Red+Green+Blue) = 9+221+170=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #09DDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DDAA is #F62255. Grayscale: #979797. Windows color (decimal): -16130646 or 11197705. OLE color: 11197705.
HSL color Cylindrical-coordinate representation of color #09DDAA: hue angle of 165.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DDAA is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 170 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.13 |
| HSL | 165.57º | 0.92% | 0.45% | - |
| HSV(B) | 165.57º | 0.96% | 0.87% | - |
| XYZ | 33.22 | 54.67 | 46.83 | - |
| YUV | 151.8 | 138.26 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 170 | 0.96 | 0 | 0.23 | 0.13 | 165.57 | 0.92 | 0.45 |
| Hex | 9 | DD | AA | 60 | 0 | 17 | D | A6 | 5C | 2D |
| Octal | 11 | 335 | 252 | 140 | 0 | 27 | 15 | 246 | 134 | 55 |
| Binary | 1001 | 11011101 | 10101010 | 1100000 | 0 | 10111 | 1101 | 10100110 | 1011100 | 101101 |
Color Harmonies of #09DDAA
Complementary color
Monochromatic Colors of #09DDAA
Black with #09DDAA
Text Example
Text Example
White with #09DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DDAA; }
p { color: rgb(9,221,170); }
H1.HeaderClassName
{
color: #09DDAA;
}
.AnyTagClassName
{
color: #09DDAA;
}
</style>
background-color css
<style>
a { background-color: #09DDAA; }
a { background-color: rgb(9,221,170); }
div.DivClassName
{
background-color: #09DDAA;
}
.BgClassName
{
background-color: #09DDAA;
}
</style>
border-color css
<style>
span { border-color: #09DDAA; }
span { border-color: rgb(9,221,170); }
td.TdClassName
{
border-color: #09DDAA;
}
.TagClassName
{
border-color: #09DDAA;
}
</style>