Shades of Caribbean Green #09CFAB
Tints of Caribbean Green #09CFAB
RGB
CMYK
RGB Variations
Color information
#09CFAB (or 0x09CFAB) is known color: Caribbean Green. HEX triplet: 09, CF and AB. RGB value is (9,207,171). Sum of RGB (Red+Green+Blue) = 9+207+171=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #09CFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CFAB is #F63054. Grayscale: #8F8F8F. Windows color (decimal): -16134229 or 11259657. OLE color: 11259657.
HSL color Cylindrical-coordinate representation of color #09CFAB: hue angle of 169.09º 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 #09CFAB is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 207 | 171 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.19 |
| HSL | 169.09º | 0.92% | 0.42% | - |
| HSV(B) | 169.09º | 0.96% | 0.81% | - |
| XYZ | 29.78 | 47.62 | 46.15 | - |
| YUV | 143.69 | 143.4 | 31.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 171 | 0.96 | 0 | 0.17 | 0.19 | 169.09 | 0.92 | 0.42 |
| Hex | 9 | CF | AB | 60 | 0 | 11 | 13 | A9 | 5C | 2A |
| Octal | 11 | 317 | 253 | 140 | 0 | 21 | 23 | 251 | 134 | 52 |
| Binary | 1001 | 11001111 | 10101011 | 1100000 | 0 | 10001 | 10011 | 10101001 | 1011100 | 101010 |
Color Harmonies of #09CFAB
Complementary color
Monochromatic Colors of #09CFAB
Black with #09CFAB
Text Example
Text Example
White with #09CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFAB; }
p { color: rgb(9,207,171); }
H1.HeaderClassName
{
color: #09CFAB;
}
.AnyTagClassName
{
color: #09CFAB;
}
</style>
background-color css
<style>
a { background-color: #09CFAB; }
a { background-color: rgb(9,207,171); }
div.DivClassName
{
background-color: #09CFAB;
}
.BgClassName
{
background-color: #09CFAB;
}
</style>
border-color css
<style>
span { border-color: #09CFAB; }
span { border-color: rgb(9,207,171); }
td.TdClassName
{
border-color: #09CFAB;
}
.TagClassName
{
border-color: #09CFAB;
}
</style>