Shades of Caribbean Green #09CFA5
Tints of Caribbean Green #09CFA5
RGB
CMYK
RGB Variations
Color information
#09CFA5 (or 0x09CFA5) is known color: Caribbean Green. HEX triplet: 09, CF and A5. RGB value is (9,207,165). Sum of RGB (Red+Green+Blue) = 9+207+165=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #09CFA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CFA5 is #F6305A. Grayscale: #8E8E8E. Windows color (decimal): -16134235 or 10866441. OLE color: 10866441.
HSL color Cylindrical-coordinate representation of color #09CFA5: hue angle of 167.27º 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 #09CFA5 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 207 | 165 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.19 |
| HSL | 167.27º | 0.92% | 0.42% | - |
| HSV(B) | 167.27º | 0.96% | 0.81% | - |
| XYZ | 29.22 | 47.4 | 43.21 | - |
| YUV | 143.01 | 140.4 | 32.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 165 | 0.96 | 0 | 0.20 | 0.19 | 167.27 | 0.92 | 0.42 |
| Hex | 9 | CF | A5 | 60 | 0 | 14 | 13 | A7 | 5C | 2A |
| Octal | 11 | 317 | 245 | 140 | 0 | 24 | 23 | 247 | 134 | 52 |
| Binary | 1001 | 11001111 | 10100101 | 1100000 | 0 | 10100 | 10011 | 10100111 | 1011100 | 101010 |
Color Harmonies of #09CFA5
Complementary color
Monochromatic Colors of #09CFA5
Black with #09CFA5
Text Example
Text Example
White with #09CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFA5; }
p { color: rgb(9,207,165); }
H1.HeaderClassName
{
color: #09CFA5;
}
.AnyTagClassName
{
color: #09CFA5;
}
</style>
background-color css
<style>
a { background-color: #09CFA5; }
a { background-color: rgb(9,207,165); }
div.DivClassName
{
background-color: #09CFA5;
}
.BgClassName
{
background-color: #09CFA5;
}
</style>
border-color css
<style>
span { border-color: #09CFA5; }
span { border-color: rgb(9,207,165); }
td.TdClassName
{
border-color: #09CFA5;
}
.TagClassName
{
border-color: #09CFA5;
}
</style>