Shades of Caribbean Green #06C095
Tints of Caribbean Green #06C095
RGB
CMYK
RGB Variations
Color information
#06C095 (or 0x06C095) is known color: Caribbean Green. HEX triplet: 06, C0 and 95. RGB value is (6,192,149). Sum of RGB (Red+Green+Blue) = 6+192+149=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #06C095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C095 is #F93F6A. Grayscale: #838383. Windows color (decimal): -16334699 or 9814022. OLE color: 9814022.
HSL color Cylindrical-coordinate representation of color #06C095: hue angle of 166.13º 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 #06C095 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 149 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.25 |
| HSL | 166.13º | 0.94% | 0.39% | - |
| HSV(B) | 166.13º | 0.97% | 0.75% | - |
| XYZ | 24.35 | 39.91 | 34.85 | - |
| YUV | 131.48 | 137.88 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 149 | 0.97 | 0 | 0.22 | 0.25 | 166.13 | 0.94 | 0.39 |
| Hex | 6 | C0 | 95 | 61 | 0 | 16 | 19 | A6 | 5E | 27 |
| Octal | 6 | 300 | 225 | 141 | 0 | 26 | 31 | 246 | 136 | 47 |
| Binary | 110 | 11000000 | 10010101 | 1100001 | 0 | 10110 | 11001 | 10100110 | 1011110 | 100111 |
Color Harmonies of #06C095
Complementary color
Monochromatic Colors of #06C095
Black with #06C095
Text Example
Text Example
White with #06C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C095; }
p { color: rgb(6,192,149); }
H1.HeaderClassName
{
color: #06C095;
}
.AnyTagClassName
{
color: #06C095;
}
</style>
background-color css
<style>
a { background-color: #06C095; }
a { background-color: rgb(6,192,149); }
div.DivClassName
{
background-color: #06C095;
}
.BgClassName
{
background-color: #06C095;
}
</style>
border-color css
<style>
span { border-color: #06C095; }
span { border-color: rgb(6,192,149); }
td.TdClassName
{
border-color: #06C095;
}
.TagClassName
{
border-color: #06C095;
}
</style>