Shades of Caribbean Green #06C58C
Tints of Caribbean Green #06C58C
RGB
CMYK
RGB Variations
Color information
#06C58C (or 0x06C58C) is known color: Caribbean Green. HEX triplet: 06, C5 and 8C. RGB value is (6,197,140). Sum of RGB (Red+Green+Blue) = 6+197+140=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #06C58C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C58C is #F93A73. Grayscale: #858585. Windows color (decimal): -16333428 or 9225478. OLE color: 9225478.
HSL color Cylindrical-coordinate representation of color #06C58C: hue angle of 162.09º 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 #06C58C is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 140 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.23 |
| HSL | 162.09º | 0.94% | 0.4% | - |
| HSV(B) | 162.09º | 0.97% | 0.77% | - |
| XYZ | 24.77 | 41.86 | 31.59 | - |
| YUV | 133.39 | 131.72 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 140 | 0.97 | 0 | 0.29 | 0.23 | 162.09 | 0.94 | 0.4 |
| Hex | 6 | C5 | 8C | 61 | 0 | 1D | 17 | A2 | 5E | 28 |
| Octal | 6 | 305 | 214 | 141 | 0 | 35 | 27 | 242 | 136 | 50 |
| Binary | 110 | 11000101 | 10001100 | 1100001 | 0 | 11101 | 10111 | 10100010 | 1011110 | 101000 |
Color Harmonies of #06C58C
Complementary color
Monochromatic Colors of #06C58C
Black with #06C58C
Text Example
Text Example
White with #06C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C58C; }
p { color: rgb(6,197,140); }
H1.HeaderClassName
{
color: #06C58C;
}
.AnyTagClassName
{
color: #06C58C;
}
</style>
background-color css
<style>
a { background-color: #06C58C; }
a { background-color: rgb(6,197,140); }
div.DivClassName
{
background-color: #06C58C;
}
.BgClassName
{
background-color: #06C58C;
}
</style>
border-color css
<style>
span { border-color: #06C58C; }
span { border-color: rgb(6,197,140); }
td.TdClassName
{
border-color: #06C58C;
}
.TagClassName
{
border-color: #06C58C;
}
</style>