Shades of Caribbean Green #06CBAF
Tints of Caribbean Green #06CBAF
RGB
CMYK
RGB Variations
Color information
#06CBAF (or 0x06CBAF) is known color: Caribbean Green. HEX triplet: 06, CB and AF. RGB value is (6,203,175). Sum of RGB (Red+Green+Blue) = 6+203+175=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #06CBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CBAF is #F93450. Grayscale: #8C8C8C. Windows color (decimal): -16331857 or 11520774. OLE color: 11520774.
HSL color Cylindrical-coordinate representation of color #06CBAF: hue angle of 171.47º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CBAF is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 175 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.20 |
| HSL | 171.47º | 0.94% | 0.41% | - |
| HSV(B) | 171.47º | 0.97% | 0.8% | - |
| XYZ | 29.17 | 45.85 | 47.87 | - |
| YUV | 140.91 | 147.23 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 175 | 0.97 | 0 | 0.14 | 0.20 | 171.47 | 0.94 | 0.41 |
| Hex | 6 | CB | AF | 61 | 0 | E | 14 | AB | 5E | 29 |
| Octal | 6 | 313 | 257 | 141 | 0 | 16 | 24 | 253 | 136 | 51 |
| Binary | 110 | 11001011 | 10101111 | 1100001 | 0 | 1110 | 10100 | 10101011 | 1011110 | 101001 |
Color Harmonies of #06CBAF
Complementary color
Monochromatic Colors of #06CBAF
Black with #06CBAF
Text Example
Text Example
White with #06CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CBAF; }
p { color: rgb(6,203,175); }
H1.HeaderClassName
{
color: #06CBAF;
}
.AnyTagClassName
{
color: #06CBAF;
}
</style>
background-color css
<style>
a { background-color: #06CBAF; }
a { background-color: rgb(6,203,175); }
div.DivClassName
{
background-color: #06CBAF;
}
.BgClassName
{
background-color: #06CBAF;
}
</style>
border-color css
<style>
span { border-color: #06CBAF; }
span { border-color: rgb(6,203,175); }
td.TdClassName
{
border-color: #06CBAF;
}
.TagClassName
{
border-color: #06CBAF;
}
</style>