Shades of Caribbean Green #09CFAF
Tints of Caribbean Green #09CFAF
RGB
CMYK
RGB Variations
Color information
#09CFAF (or 0x09CFAF) is known color: Caribbean Green. HEX triplet: 09, CF and AF. RGB value is (9,207,175). Sum of RGB (Red+Green+Blue) = 9+207+175=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #09CFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CFAF is #F63050. Grayscale: #909090. Windows color (decimal): -16134225 or 11521801. OLE color: 11521801.
HSL color Cylindrical-coordinate representation of color #09CFAF: hue angle of 170.3º 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 #09CFAF is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 207 | 175 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.19 |
| HSL | 170.3º | 0.92% | 0.42% | - |
| HSV(B) | 170.3º | 0.96% | 0.81% | - |
| XYZ | 30.16 | 47.78 | 48.19 | - |
| YUV | 144.15 | 145.4 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 175 | 0.96 | 0 | 0.15 | 0.19 | 170.3 | 0.92 | 0.42 |
| Hex | 9 | CF | AF | 60 | 0 | F | 13 | AA | 5C | 2A |
| Octal | 11 | 317 | 257 | 140 | 0 | 17 | 23 | 252 | 134 | 52 |
| Binary | 1001 | 11001111 | 10101111 | 1100000 | 0 | 1111 | 10011 | 10101010 | 1011100 | 101010 |
Color Harmonies of #09CFAF
Complementary color
Monochromatic Colors of #09CFAF
Black with #09CFAF
Text Example
Text Example
White with #09CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFAF; }
p { color: rgb(9,207,175); }
H1.HeaderClassName
{
color: #09CFAF;
}
.AnyTagClassName
{
color: #09CFAF;
}
</style>
background-color css
<style>
a { background-color: #09CFAF; }
a { background-color: rgb(9,207,175); }
div.DivClassName
{
background-color: #09CFAF;
}
.BgClassName
{
background-color: #09CFAF;
}
</style>
border-color css
<style>
span { border-color: #09CFAF; }
span { border-color: rgb(9,207,175); }
td.TdClassName
{
border-color: #09CFAF;
}
.TagClassName
{
border-color: #09CFAF;
}
</style>