Shades of Caribbean Green #06C3A0
Tints of Caribbean Green #06C3A0
RGB
CMYK
RGB Variations
Color information
#06C3A0 (or 0x06C3A0) is known color: Caribbean Green. HEX triplet: 06, C3 and A0. RGB value is (6,195,160). Sum of RGB (Red+Green+Blue) = 6+195+160=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #06C3A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C3A0 is #F93C5F. Grayscale: #868686. Windows color (decimal): -16333920 or 10535686. OLE color: 10535686.
HSL color Cylindrical-coordinate representation of color #06C3A0: hue angle of 168.89º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C3A0 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 195 | 160 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.24 |
| HSL | 168.89º | 0.94% | 0.39% | - |
| HSV(B) | 168.89º | 0.97% | 0.76% | - |
| XYZ | 25.94 | 41.61 | 39.92 | - |
| YUV | 134.5 | 142.38 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 195 | 160 | 0.97 | 0 | 0.18 | 0.24 | 168.89 | 0.94 | 0.39 |
| Hex | 6 | C3 | A0 | 61 | 0 | 12 | 18 | A9 | 5E | 27 |
| Octal | 6 | 303 | 240 | 141 | 0 | 22 | 30 | 251 | 136 | 47 |
| Binary | 110 | 11000011 | 10100000 | 1100001 | 0 | 10010 | 11000 | 10101001 | 1011110 | 100111 |
Color Harmonies of #06C3A0
Complementary color
Monochromatic Colors of #06C3A0
Black with #06C3A0
Text Example
Text Example
White with #06C3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C3A0; }
p { color: rgb(6,195,160); }
H1.HeaderClassName
{
color: #06C3A0;
}
.AnyTagClassName
{
color: #06C3A0;
}
</style>
background-color css
<style>
a { background-color: #06C3A0; }
a { background-color: rgb(6,195,160); }
div.DivClassName
{
background-color: #06C3A0;
}
.BgClassName
{
background-color: #06C3A0;
}
</style>
border-color css
<style>
span { border-color: #06C3A0; }
span { border-color: rgb(6,195,160); }
td.TdClassName
{
border-color: #06C3A0;
}
.TagClassName
{
border-color: #06C3A0;
}
</style>