Shades of Caribbean Green #09CFA1
Tints of Caribbean Green #09CFA1
RGB
CMYK
RGB Variations
Color information
#09CFA1 (or 0x09CFA1) is known color: Caribbean Green. HEX triplet: 09, CF and A1. RGB value is (9,207,161). Sum of RGB (Red+Green+Blue) = 9+207+161=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #09CFA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CFA1 is #F6305E. Grayscale: #8E8E8E. Windows color (decimal): -16134239 or 10604297. OLE color: 10604297.
HSL color Cylindrical-coordinate representation of color #09CFA1: hue angle of 166.06º 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 #09CFA1 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 207 | 161 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.19 |
| HSL | 166.06º | 0.92% | 0.42% | - |
| HSV(B) | 166.06º | 0.96% | 0.81% | - |
| XYZ | 28.86 | 47.26 | 41.32 | - |
| YUV | 142.55 | 138.4 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 161 | 0.96 | 0 | 0.22 | 0.19 | 166.06 | 0.92 | 0.42 |
| Hex | 9 | CF | A1 | 60 | 0 | 16 | 13 | A6 | 5C | 2A |
| Octal | 11 | 317 | 241 | 140 | 0 | 26 | 23 | 246 | 134 | 52 |
| Binary | 1001 | 11001111 | 10100001 | 1100000 | 0 | 10110 | 10011 | 10100110 | 1011100 | 101010 |
Color Harmonies of #09CFA1
Complementary color
Monochromatic Colors of #09CFA1
Black with #09CFA1
Text Example
Text Example
White with #09CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFA1; }
p { color: rgb(9,207,161); }
H1.HeaderClassName
{
color: #09CFA1;
}
.AnyTagClassName
{
color: #09CFA1;
}
</style>
background-color css
<style>
a { background-color: #09CFA1; }
a { background-color: rgb(9,207,161); }
div.DivClassName
{
background-color: #09CFA1;
}
.BgClassName
{
background-color: #09CFA1;
}
</style>
border-color css
<style>
span { border-color: #09CFA1; }
span { border-color: rgb(9,207,161); }
td.TdClassName
{
border-color: #09CFA1;
}
.TagClassName
{
border-color: #09CFA1;
}
</style>