Shades of Caribbean Green #06C0AC
Tints of Caribbean Green #06C0AC
RGB
CMYK
RGB Variations
Color information
#06C0AC (or 0x06C0AC) is known color: Caribbean Green. HEX triplet: 06, C0 and AC. RGB value is (6,192,172). Sum of RGB (Red+Green+Blue) = 6+192+172=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #06C0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C0AC is #F93F53. Grayscale: #868686. Windows color (decimal): -16334676 or 11321350. OLE color: 11321350.
HSL color Cylindrical-coordinate representation of color #06C0AC: hue angle of 173.55º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C0AC is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 172 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.25 |
| HSL | 173.55º | 0.94% | 0.39% | - |
| HSV(B) | 173.55º | 0.97% | 0.75% | - |
| XYZ | 26.37 | 40.72 | 45.5 | - |
| YUV | 134.11 | 149.38 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 172 | 0.97 | 0 | 0.10 | 0.25 | 173.55 | 0.94 | 0.39 |
| Hex | 6 | C0 | AC | 61 | 0 | A | 19 | AE | 5E | 27 |
| Octal | 6 | 300 | 254 | 141 | 0 | 12 | 31 | 256 | 136 | 47 |
| Binary | 110 | 11000000 | 10101100 | 1100001 | 0 | 1010 | 11001 | 10101110 | 1011110 | 100111 |
Color Harmonies of #06C0AC
Complementary color
Monochromatic Colors of #06C0AC
Black with #06C0AC
Text Example
Text Example
White with #06C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C0AC; }
p { color: rgb(6,192,172); }
H1.HeaderClassName
{
color: #06C0AC;
}
.AnyTagClassName
{
color: #06C0AC;
}
</style>
background-color css
<style>
a { background-color: #06C0AC; }
a { background-color: rgb(6,192,172); }
div.DivClassName
{
background-color: #06C0AC;
}
.BgClassName
{
background-color: #06C0AC;
}
</style>
border-color css
<style>
span { border-color: #06C0AC; }
span { border-color: rgb(6,192,172); }
td.TdClassName
{
border-color: #06C0AC;
}
.TagClassName
{
border-color: #06C0AC;
}
</style>