Shades of Caribbean Green #06CFAA
Tints of Caribbean Green #06CFAA
RGB
CMYK
RGB Variations
Color information
#06CFAA (or 0x06CFAA) is known color: Caribbean Green. HEX triplet: 06, CF and AA. RGB value is (6,207,170). Sum of RGB (Red+Green+Blue) = 6+207+170=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #06CFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CFAA is #F93055. Grayscale: #8E8E8E. Windows color (decimal): -16330838 or 11194118. OLE color: 11194118.
HSL color Cylindrical-coordinate representation of color #06CFAA: hue angle of 168.96º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CFAA is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 207 | 170 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.19 |
| HSL | 168.96º | 0.94% | 0.42% | - |
| HSV(B) | 168.96º | 0.97% | 0.81% | - |
| XYZ | 29.64 | 47.57 | 45.65 | - |
| YUV | 142.68 | 143.41 | 30.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 207 | 170 | 0.97 | 0 | 0.18 | 0.19 | 168.96 | 0.94 | 0.42 |
| Hex | 6 | CF | AA | 61 | 0 | 12 | 13 | A9 | 5E | 2A |
| Octal | 6 | 317 | 252 | 141 | 0 | 22 | 23 | 251 | 136 | 52 |
| Binary | 110 | 11001111 | 10101010 | 1100001 | 0 | 10010 | 10011 | 10101001 | 1011110 | 101010 |
Color Harmonies of #06CFAA
Complementary color
Monochromatic Colors of #06CFAA
Black with #06CFAA
Text Example
Text Example
White with #06CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CFAA; }
p { color: rgb(6,207,170); }
H1.HeaderClassName
{
color: #06CFAA;
}
.AnyTagClassName
{
color: #06CFAA;
}
</style>
background-color css
<style>
a { background-color: #06CFAA; }
a { background-color: rgb(6,207,170); }
div.DivClassName
{
background-color: #06CFAA;
}
.BgClassName
{
background-color: #06CFAA;
}
</style>
border-color css
<style>
span { border-color: #06CFAA; }
span { border-color: rgb(6,207,170); }
td.TdClassName
{
border-color: #06CFAA;
}
.TagClassName
{
border-color: #06CFAA;
}
</style>