Shades of Caribbean Green #09D8AC
Tints of Caribbean Green #09D8AC
RGB
CMYK
RGB Variations
Color information
#09D8AC (or 0x09D8AC) is known color: Caribbean Green. HEX triplet: 09, D8 and AC. RGB value is (9,216,172). Sum of RGB (Red+Green+Blue) = 9+216+172=397 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #09D8AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D8AC is #F62753. Grayscale: #959595. Windows color (decimal): -16131924 or 11327497. OLE color: 11327497.
HSL color Cylindrical-coordinate representation of color #09D8AC: hue angle of 167.25º 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 #09D8AC is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 216 | 172 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.15 |
| HSL | 167.25º | 0.92% | 0.44% | - |
| HSV(B) | 167.25º | 0.96% | 0.85% | - |
| XYZ | 32.11 | 52.15 | 47.4 | - |
| YUV | 149.09 | 140.92 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 216 | 172 | 0.96 | 0 | 0.20 | 0.15 | 167.25 | 0.92 | 0.44 |
| Hex | 9 | D8 | AC | 60 | 0 | 14 | F | A7 | 5C | 2C |
| Octal | 11 | 330 | 254 | 140 | 0 | 24 | 17 | 247 | 134 | 54 |
| Binary | 1001 | 11011000 | 10101100 | 1100000 | 0 | 10100 | 1111 | 10100111 | 1011100 | 101100 |
Color Harmonies of #09D8AC
Complementary color
Monochromatic Colors of #09D8AC
Black with #09D8AC
Text Example
Text Example
White with #09D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D8AC; }
p { color: rgb(9,216,172); }
H1.HeaderClassName
{
color: #09D8AC;
}
.AnyTagClassName
{
color: #09D8AC;
}
</style>
background-color css
<style>
a { background-color: #09D8AC; }
a { background-color: rgb(9,216,172); }
div.DivClassName
{
background-color: #09D8AC;
}
.BgClassName
{
background-color: #09D8AC;
}
</style>
border-color css
<style>
span { border-color: #09D8AC; }
span { border-color: rgb(9,216,172); }
td.TdClassName
{
border-color: #09D8AC;
}
.TagClassName
{
border-color: #09D8AC;
}
</style>