Shades of Caribbean Green #09D8A8
Tints of Caribbean Green #09D8A8
RGB
CMYK
RGB Variations
Color information
#09D8A8 (or 0x09D8A8) is known color: Caribbean Green. HEX triplet: 09, D8 and A8. RGB value is (9,216,168). Sum of RGB (Red+Green+Blue) = 9+216+168=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #09D8A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D8A8 is #F62757. Grayscale: #949494. Windows color (decimal): -16131928 or 11065353. OLE color: 11065353.
HSL color Cylindrical-coordinate representation of color #09D8A8: hue angle of 166.09º 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 #09D8A8 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 216 | 168 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.15 |
| HSL | 166.09º | 0.92% | 0.44% | - |
| HSV(B) | 166.09º | 0.96% | 0.85% | - |
| XYZ | 31.74 | 52 | 45.41 | - |
| YUV | 148.64 | 138.92 | 28.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 216 | 168 | 0.96 | 0 | 0.22 | 0.15 | 166.09 | 0.92 | 0.44 |
| Hex | 9 | D8 | A8 | 60 | 0 | 16 | F | A6 | 5C | 2C |
| Octal | 11 | 330 | 250 | 140 | 0 | 26 | 17 | 246 | 134 | 54 |
| Binary | 1001 | 11011000 | 10101000 | 1100000 | 0 | 10110 | 1111 | 10100110 | 1011100 | 101100 |
Color Harmonies of #09D8A8
Complementary color
Monochromatic Colors of #09D8A8
Black with #09D8A8
Text Example
Text Example
White with #09D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D8A8; }
p { color: rgb(9,216,168); }
H1.HeaderClassName
{
color: #09D8A8;
}
.AnyTagClassName
{
color: #09D8A8;
}
</style>
background-color css
<style>
a { background-color: #09D8A8; }
a { background-color: rgb(9,216,168); }
div.DivClassName
{
background-color: #09D8A8;
}
.BgClassName
{
background-color: #09D8A8;
}
</style>
border-color css
<style>
span { border-color: #09D8A8; }
span { border-color: rgb(9,216,168); }
td.TdClassName
{
border-color: #09D8A8;
}
.TagClassName
{
border-color: #09D8A8;
}
</style>