Shades of Caribbean Green #09D2AC
Tints of Caribbean Green #09D2AC
RGB
CMYK
RGB Variations
Color information
#09D2AC (or 0x09D2AC) is known color: Caribbean Green. HEX triplet: 09, D2 and AC. RGB value is (9,210,172). Sum of RGB (Red+Green+Blue) = 9+210+172=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #09D2AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D2AC is #F62D53. Grayscale: #919191. Windows color (decimal): -16133460 or 11325961. OLE color: 11325961.
HSL color Cylindrical-coordinate representation of color #09D2AC: hue angle of 168.66º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D2AC is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 210 | 172 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.18 |
| HSL | 168.66º | 0.92% | 0.43% | - |
| HSV(B) | 168.66º | 0.96% | 0.82% | - |
| XYZ | 30.61 | 49.13 | 46.9 | - |
| YUV | 145.57 | 142.91 | 30.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 210 | 172 | 0.96 | 0 | 0.18 | 0.18 | 168.66 | 0.92 | 0.43 |
| Hex | 9 | D2 | AC | 60 | 0 | 12 | 12 | A9 | 5C | 2B |
| Octal | 11 | 322 | 254 | 140 | 0 | 22 | 22 | 251 | 134 | 53 |
| Binary | 1001 | 11010010 | 10101100 | 1100000 | 0 | 10010 | 10010 | 10101001 | 1011100 | 101011 |
Color Harmonies of #09D2AC
Complementary color
Monochromatic Colors of #09D2AC
Black with #09D2AC
Text Example
Text Example
White with #09D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D2AC; }
p { color: rgb(9,210,172); }
H1.HeaderClassName
{
color: #09D2AC;
}
.AnyTagClassName
{
color: #09D2AC;
}
</style>
background-color css
<style>
a { background-color: #09D2AC; }
a { background-color: rgb(9,210,172); }
div.DivClassName
{
background-color: #09D2AC;
}
.BgClassName
{
background-color: #09D2AC;
}
</style>
border-color css
<style>
span { border-color: #09D2AC; }
span { border-color: rgb(9,210,172); }
td.TdClassName
{
border-color: #09D2AC;
}
.TagClassName
{
border-color: #09D2AC;
}
</style>