Shades of Caribbean Green #06C497
Tints of Caribbean Green #06C497
RGB
CMYK
RGB Variations
Color information
#06C497 (or 0x06C497) is known color: Caribbean Green. HEX triplet: 06, C4 and 97. RGB value is (6,196,151). Sum of RGB (Red+Green+Blue) = 6+196+151=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #06C497 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C497 is #F93B68. Grayscale: #868686. Windows color (decimal): -16333673 or 9946118. OLE color: 9946118.
HSL color Cylindrical-coordinate representation of color #06C497: hue angle of 165.79º 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 #06C497 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 196 | 151 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.23 |
| HSL | 165.79º | 0.94% | 0.4% | - |
| HSV(B) | 165.79º | 0.97% | 0.77% | - |
| XYZ | 25.4 | 41.75 | 36 | - |
| YUV | 134.06 | 137.55 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 196 | 151 | 0.97 | 0 | 0.23 | 0.23 | 165.79 | 0.94 | 0.4 |
| Hex | 6 | C4 | 97 | 61 | 0 | 17 | 17 | A6 | 5E | 28 |
| Octal | 6 | 304 | 227 | 141 | 0 | 27 | 27 | 246 | 136 | 50 |
| Binary | 110 | 11000100 | 10010111 | 1100001 | 0 | 10111 | 10111 | 10100110 | 1011110 | 101000 |
Color Harmonies of #06C497
Complementary color
Monochromatic Colors of #06C497
Black with #06C497
Text Example
Text Example
White with #06C497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C497; }
p { color: rgb(6,196,151); }
H1.HeaderClassName
{
color: #06C497;
}
.AnyTagClassName
{
color: #06C497;
}
</style>
background-color css
<style>
a { background-color: #06C497; }
a { background-color: rgb(6,196,151); }
div.DivClassName
{
background-color: #06C497;
}
.BgClassName
{
background-color: #06C497;
}
</style>
border-color css
<style>
span { border-color: #06C497; }
span { border-color: rgb(6,196,151); }
td.TdClassName
{
border-color: #06C497;
}
.TagClassName
{
border-color: #06C497;
}
</style>