Shades of Caribbean Green #06CC93
Tints of Caribbean Green #06CC93
RGB
CMYK
RGB Variations
Color information
#06CC93 (or 0x06CC93) is known color: Caribbean Green. HEX triplet: 06, CC and 93. RGB value is (6,204,147). Sum of RGB (Red+Green+Blue) = 6+204+147=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #06CC93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CC93 is #F9336C. Grayscale: #8A8A8A. Windows color (decimal): -16331629 or 9686022. OLE color: 9686022.
HSL color Cylindrical-coordinate representation of color #06CC93: hue angle of 162.73º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CC93 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 204 | 147 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.2 |
| HSL | 162.73º | 0.94% | 0.41% | - |
| HSV(B) | 162.73º | 0.97% | 0.8% | - |
| XYZ | 26.93 | 45.33 | 34.93 | - |
| YUV | 138.3 | 132.9 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 204 | 147 | 0.97 | 0 | 0.28 | 0.2 | 162.73 | 0.94 | 0.41 |
| Hex | 6 | CC | 93 | 61 | 0 | 1C | 14 | A3 | 5E | 29 |
| Octal | 6 | 314 | 223 | 141 | 0 | 34 | 24 | 243 | 136 | 51 |
| Binary | 110 | 11001100 | 10010011 | 1100001 | 0 | 11100 | 10100 | 10100011 | 1011110 | 101001 |
Color Harmonies of #06CC93
Complementary color
Monochromatic Colors of #06CC93
Black with #06CC93
Text Example
Text Example
White with #06CC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CC93; }
p { color: rgb(6,204,147); }
H1.HeaderClassName
{
color: #06CC93;
}
.AnyTagClassName
{
color: #06CC93;
}
</style>
background-color css
<style>
a { background-color: #06CC93; }
a { background-color: rgb(6,204,147); }
div.DivClassName
{
background-color: #06CC93;
}
.BgClassName
{
background-color: #06CC93;
}
</style>
border-color css
<style>
span { border-color: #06CC93; }
span { border-color: rgb(6,204,147); }
td.TdClassName
{
border-color: #06CC93;
}
.TagClassName
{
border-color: #06CC93;
}
</style>