Shades of Caribbean Green #09CDAF
Tints of Caribbean Green #09CDAF
RGB
CMYK
RGB Variations
Color information
#09CDAF (or 0x09CDAF) is known color: Caribbean Green. HEX triplet: 09, CD and AF. RGB value is (9,205,175). Sum of RGB (Red+Green+Blue) = 9+205+175=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #09CDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CDAF is #F63250. Grayscale: #8E8E8E. Windows color (decimal): -16134737 or 11521289. OLE color: 11521289.
HSL color Cylindrical-coordinate representation of color #09CDAF: hue angle of 170.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CDAF is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 205 | 175 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.20 |
| HSL | 170.82º | 0.92% | 0.42% | - |
| HSV(B) | 170.82º | 0.96% | 0.8% | - |
| XYZ | 29.68 | 46.82 | 48.03 | - |
| YUV | 142.98 | 146.07 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 205 | 175 | 0.96 | 0 | 0.15 | 0.20 | 170.82 | 0.92 | 0.42 |
| Hex | 9 | CD | AF | 60 | 0 | F | 14 | AB | 5C | 2A |
| Octal | 11 | 315 | 257 | 140 | 0 | 17 | 24 | 253 | 134 | 52 |
| Binary | 1001 | 11001101 | 10101111 | 1100000 | 0 | 1111 | 10100 | 10101011 | 1011100 | 101010 |
Color Harmonies of #09CDAF
Complementary color
Monochromatic Colors of #09CDAF
Black with #09CDAF
Text Example
Text Example
White with #09CDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CDAF; }
p { color: rgb(9,205,175); }
H1.HeaderClassName
{
color: #09CDAF;
}
.AnyTagClassName
{
color: #09CDAF;
}
</style>
background-color css
<style>
a { background-color: #09CDAF; }
a { background-color: rgb(9,205,175); }
div.DivClassName
{
background-color: #09CDAF;
}
.BgClassName
{
background-color: #09CDAF;
}
</style>
border-color css
<style>
span { border-color: #09CDAF; }
span { border-color: rgb(9,205,175); }
td.TdClassName
{
border-color: #09CDAF;
}
.TagClassName
{
border-color: #09CDAF;
}
</style>