Shades of Caribbean Green #06C593
Tints of Caribbean Green #06C593
RGB
CMYK
RGB Variations
Color information
#06C593 (or 0x06C593) is known color: Caribbean Green. HEX triplet: 06, C5 and 93. RGB value is (6,197,147). Sum of RGB (Red+Green+Blue) = 6+197+147=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #06C593 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C593 is #F93A6C. Grayscale: #868686. Windows color (decimal): -16333421 or 9684230. OLE color: 9684230.
HSL color Cylindrical-coordinate representation of color #06C593: hue angle of 164.29º 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 #06C593 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 147 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.23 |
| HSL | 164.29º | 0.94% | 0.4% | - |
| HSV(B) | 164.29º | 0.97% | 0.77% | - |
| XYZ | 25.31 | 42.08 | 34.39 | - |
| YUV | 134.19 | 135.22 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 147 | 0.97 | 0 | 0.25 | 0.23 | 164.29 | 0.94 | 0.4 |
| Hex | 6 | C5 | 93 | 61 | 0 | 19 | 17 | A4 | 5E | 28 |
| Octal | 6 | 305 | 223 | 141 | 0 | 31 | 27 | 244 | 136 | 50 |
| Binary | 110 | 11000101 | 10010011 | 1100001 | 0 | 11001 | 10111 | 10100100 | 1011110 | 101000 |
Color Harmonies of #06C593
Complementary color
Monochromatic Colors of #06C593
Black with #06C593
Text Example
Text Example
White with #06C593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C593; }
p { color: rgb(6,197,147); }
H1.HeaderClassName
{
color: #06C593;
}
.AnyTagClassName
{
color: #06C593;
}
</style>
background-color css
<style>
a { background-color: #06C593; }
a { background-color: rgb(6,197,147); }
div.DivClassName
{
background-color: #06C593;
}
.BgClassName
{
background-color: #06C593;
}
</style>
border-color css
<style>
span { border-color: #06C593; }
span { border-color: rgb(6,197,147); }
td.TdClassName
{
border-color: #06C593;
}
.TagClassName
{
border-color: #06C593;
}
</style>