Shades of Caribbean Green #06C5A1
Tints of Caribbean Green #06C5A1
RGB
CMYK
RGB Variations
Color information
#06C5A1 (or 0x06C5A1) is known color: Caribbean Green. HEX triplet: 06, C5 and A1. RGB value is (6,197,161). Sum of RGB (Red+Green+Blue) = 6+197+161=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 197 (77.34% from 255 or 54.12% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 197 - color contains mainly: green. Hex color #06C5A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C5A1 is #F93A5E. Grayscale: #878787. Windows color (decimal): -16333407 or 10601734. OLE color: 10601734.
HSL color Cylindrical-coordinate representation of color #06C5A1: hue angle of 168.69º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C5A1 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 161 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.23 |
| HSL | 168.69º | 0.94% | 0.4% | - |
| HSV(B) | 168.69º | 0.97% | 0.77% | - |
| XYZ | 26.47 | 42.54 | 40.53 | - |
| YUV | 135.79 | 142.22 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 161 | 0.97 | 0 | 0.18 | 0.23 | 168.69 | 0.94 | 0.4 |
| Hex | 6 | C5 | A1 | 61 | 0 | 12 | 17 | A9 | 5E | 28 |
| Octal | 6 | 305 | 241 | 141 | 0 | 22 | 27 | 251 | 136 | 50 |
| Binary | 110 | 11000101 | 10100001 | 1100001 | 0 | 10010 | 10111 | 10101001 | 1011110 | 101000 |
Color Harmonies of #06C5A1
Complementary color
Monochromatic Colors of #06C5A1
Black with #06C5A1
Text Example
Text Example
White with #06C5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C5A1; }
p { color: rgb(6,197,161); }
H1.HeaderClassName
{
color: #06C5A1;
}
.AnyTagClassName
{
color: #06C5A1;
}
</style>
background-color css
<style>
a { background-color: #06C5A1; }
a { background-color: rgb(6,197,161); }
div.DivClassName
{
background-color: #06C5A1;
}
.BgClassName
{
background-color: #06C5A1;
}
</style>
border-color css
<style>
span { border-color: #06C5A1; }
span { border-color: rgb(6,197,161); }
td.TdClassName
{
border-color: #06C5A1;
}
.TagClassName
{
border-color: #06C5A1;
}
</style>