Shades of Caribbean Green #09D8AA
Tints of Caribbean Green #09D8AA
RGB
CMYK
RGB Variations
Color information
#09D8AA (or 0x09D8AA) is known color: Caribbean Green. HEX triplet: 09, D8 and AA. RGB value is (9,216,170). Sum of RGB (Red+Green+Blue) = 9+216+170=395 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #09D8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D8AA is #F62755. Grayscale: #949494. Windows color (decimal): -16131926 or 11196425. OLE color: 11196425.
HSL color Cylindrical-coordinate representation of color #09D8AA: hue angle of 166.67º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D8AA is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 216 | 170 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.15 |
| HSL | 166.67º | 0.92% | 0.44% | - |
| HSV(B) | 166.67º | 0.96% | 0.85% | - |
| XYZ | 31.92 | 52.07 | 46.4 | - |
| YUV | 148.86 | 139.92 | 28.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 216 | 170 | 0.96 | 0 | 0.21 | 0.15 | 166.67 | 0.92 | 0.44 |
| Hex | 9 | D8 | AA | 60 | 0 | 15 | F | A7 | 5C | 2C |
| Octal | 11 | 330 | 252 | 140 | 0 | 25 | 17 | 247 | 134 | 54 |
| Binary | 1001 | 11011000 | 10101010 | 1100000 | 0 | 10101 | 1111 | 10100111 | 1011100 | 101100 |
Color Harmonies of #09D8AA
Complementary color
Monochromatic Colors of #09D8AA
Black with #09D8AA
Text Example
Text Example
White with #09D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D8AA; }
p { color: rgb(9,216,170); }
H1.HeaderClassName
{
color: #09D8AA;
}
.AnyTagClassName
{
color: #09D8AA;
}
</style>
background-color css
<style>
a { background-color: #09D8AA; }
a { background-color: rgb(9,216,170); }
div.DivClassName
{
background-color: #09D8AA;
}
.BgClassName
{
background-color: #09D8AA;
}
</style>
border-color css
<style>
span { border-color: #09D8AA; }
span { border-color: rgb(9,216,170); }
td.TdClassName
{
border-color: #09D8AA;
}
.TagClassName
{
border-color: #09D8AA;
}
</style>