Shades of Caribbean Green #09CFA2
Tints of Caribbean Green #09CFA2
RGB
CMYK
RGB Variations
Color information
#09CFA2 (or 0x09CFA2) is known color: Caribbean Green. HEX triplet: 09, CF and A2. RGB value is (9,207,162). Sum of RGB (Red+Green+Blue) = 9+207+162=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #09CFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CFA2 is #F6305D. Grayscale: #8E8E8E. Windows color (decimal): -16134238 or 10669833. OLE color: 10669833.
HSL color Cylindrical-coordinate representation of color #09CFA2: hue angle of 166.36º 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 #09CFA2 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 207 | 162 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.19 |
| HSL | 166.36º | 0.92% | 0.42% | - |
| HSV(B) | 166.36º | 0.96% | 0.81% | - |
| XYZ | 28.95 | 47.29 | 41.79 | - |
| YUV | 142.67 | 138.9 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 162 | 0.96 | 0 | 0.22 | 0.19 | 166.36 | 0.92 | 0.42 |
| Hex | 9 | CF | A2 | 60 | 0 | 16 | 13 | A6 | 5C | 2A |
| Octal | 11 | 317 | 242 | 140 | 0 | 26 | 23 | 246 | 134 | 52 |
| Binary | 1001 | 11001111 | 10100010 | 1100000 | 0 | 10110 | 10011 | 10100110 | 1011100 | 101010 |
Color Harmonies of #09CFA2
Complementary color
Monochromatic Colors of #09CFA2
Black with #09CFA2
Text Example
Text Example
White with #09CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFA2; }
p { color: rgb(9,207,162); }
H1.HeaderClassName
{
color: #09CFA2;
}
.AnyTagClassName
{
color: #09CFA2;
}
</style>
background-color css
<style>
a { background-color: #09CFA2; }
a { background-color: rgb(9,207,162); }
div.DivClassName
{
background-color: #09CFA2;
}
.BgClassName
{
background-color: #09CFA2;
}
</style>
border-color css
<style>
span { border-color: #09CFA2; }
span { border-color: rgb(9,207,162); }
td.TdClassName
{
border-color: #09CFA2;
}
.TagClassName
{
border-color: #09CFA2;
}
</style>