Shades of Caribbean Green #09CFAA
Tints of Caribbean Green #09CFAA
RGB
CMYK
RGB Variations
Color information
#09CFAA (or 0x09CFAA) is known color: Caribbean Green. HEX triplet: 09, CF and AA. RGB value is (9,207,170). Sum of RGB (Red+Green+Blue) = 9+207+170=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #09CFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CFAA is #F63055. Grayscale: #8F8F8F. Windows color (decimal): -16134230 or 11194121. OLE color: 11194121.
HSL color Cylindrical-coordinate representation of color #09CFAA: hue angle of 168.79º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CFAA is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 207 | 170 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.19 |
| HSL | 168.79º | 0.92% | 0.42% | - |
| HSV(B) | 168.79º | 0.96% | 0.81% | - |
| XYZ | 29.68 | 47.59 | 45.65 | - |
| YUV | 143.58 | 142.9 | 32.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 170 | 0.96 | 0 | 0.18 | 0.19 | 168.79 | 0.92 | 0.42 |
| Hex | 9 | CF | AA | 60 | 0 | 12 | 13 | A9 | 5C | 2A |
| Octal | 11 | 317 | 252 | 140 | 0 | 22 | 23 | 251 | 134 | 52 |
| Binary | 1001 | 11001111 | 10101010 | 1100000 | 0 | 10010 | 10011 | 10101001 | 1011100 | 101010 |
Color Harmonies of #09CFAA
Complementary color
Monochromatic Colors of #09CFAA
Black with #09CFAA
Text Example
Text Example
White with #09CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFAA; }
p { color: rgb(9,207,170); }
H1.HeaderClassName
{
color: #09CFAA;
}
.AnyTagClassName
{
color: #09CFAA;
}
</style>
background-color css
<style>
a { background-color: #09CFAA; }
a { background-color: rgb(9,207,170); }
div.DivClassName
{
background-color: #09CFAA;
}
.BgClassName
{
background-color: #09CFAA;
}
</style>
border-color css
<style>
span { border-color: #09CFAA; }
span { border-color: rgb(9,207,170); }
td.TdClassName
{
border-color: #09CFAA;
}
.TagClassName
{
border-color: #09CFAA;
}
</style>