Shades of Caribbean Green #06CBAC
Tints of Caribbean Green #06CBAC
RGB
CMYK
RGB Variations
Color information
#06CBAC (or 0x06CBAC) is known color: Caribbean Green. HEX triplet: 06, CB and AC. RGB value is (6,203,172). Sum of RGB (Red+Green+Blue) = 6+203+172=381 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #06CBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CBAC is #F93453. Grayscale: #8C8C8C. Windows color (decimal): -16331860 or 11324166. OLE color: 11324166.
HSL color Cylindrical-coordinate representation of color #06CBAC: hue angle of 170.56º 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 #06CBAC is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 172 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.20 |
| HSL | 170.56º | 0.94% | 0.41% | - |
| HSV(B) | 170.56º | 0.97% | 0.8% | - |
| XYZ | 28.88 | 45.73 | 46.33 | - |
| YUV | 140.56 | 145.73 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 172 | 0.97 | 0 | 0.15 | 0.20 | 170.56 | 0.94 | 0.41 |
| Hex | 6 | CB | AC | 61 | 0 | F | 14 | AB | 5E | 29 |
| Octal | 6 | 313 | 254 | 141 | 0 | 17 | 24 | 253 | 136 | 51 |
| Binary | 110 | 11001011 | 10101100 | 1100001 | 0 | 1111 | 10100 | 10101011 | 1011110 | 101001 |
Color Harmonies of #06CBAC
Complementary color
Monochromatic Colors of #06CBAC
Black with #06CBAC
Text Example
Text Example
White with #06CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CBAC; }
p { color: rgb(6,203,172); }
H1.HeaderClassName
{
color: #06CBAC;
}
.AnyTagClassName
{
color: #06CBAC;
}
</style>
background-color css
<style>
a { background-color: #06CBAC; }
a { background-color: rgb(6,203,172); }
div.DivClassName
{
background-color: #06CBAC;
}
.BgClassName
{
background-color: #06CBAC;
}
</style>
border-color css
<style>
span { border-color: #06CBAC; }
span { border-color: rgb(6,203,172); }
td.TdClassName
{
border-color: #06CBAC;
}
.TagClassName
{
border-color: #06CBAC;
}
</style>