Shades of Caribbean Green #06C093
Tints of Caribbean Green #06C093
RGB
CMYK
RGB Variations
Color information
#06C093 (or 0x06C093) is known color: Caribbean Green. HEX triplet: 06, C0 and 93. RGB value is (6,192,147). Sum of RGB (Red+Green+Blue) = 6+192+147=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #06C093 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C093 is #F93F6C. Grayscale: #838383. Windows color (decimal): -16334701 or 9682950. OLE color: 9682950.
HSL color Cylindrical-coordinate representation of color #06C093: hue angle of 165.48º 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 #06C093 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 147 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.25 |
| HSL | 165.48º | 0.94% | 0.39% | - |
| HSV(B) | 165.48º | 0.97% | 0.75% | - |
| XYZ | 24.19 | 39.84 | 34.02 | - |
| YUV | 131.26 | 136.88 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 147 | 0.97 | 0 | 0.23 | 0.25 | 165.48 | 0.94 | 0.39 |
| Hex | 6 | C0 | 93 | 61 | 0 | 17 | 19 | A5 | 5E | 27 |
| Octal | 6 | 300 | 223 | 141 | 0 | 27 | 31 | 245 | 136 | 47 |
| Binary | 110 | 11000000 | 10010011 | 1100001 | 0 | 10111 | 11001 | 10100101 | 1011110 | 100111 |
Color Harmonies of #06C093
Complementary color
Monochromatic Colors of #06C093
Black with #06C093
Text Example
Text Example
White with #06C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C093; }
p { color: rgb(6,192,147); }
H1.HeaderClassName
{
color: #06C093;
}
.AnyTagClassName
{
color: #06C093;
}
</style>
background-color css
<style>
a { background-color: #06C093; }
a { background-color: rgb(6,192,147); }
div.DivClassName
{
background-color: #06C093;
}
.BgClassName
{
background-color: #06C093;
}
</style>
border-color css
<style>
span { border-color: #06C093; }
span { border-color: rgb(6,192,147); }
td.TdClassName
{
border-color: #06C093;
}
.TagClassName
{
border-color: #06C093;
}
</style>