Shades of Caribbean Green #0CC993
Tints of Caribbean Green #0CC993
RGB
CMYK
RGB Variations
Color information
#0CC993 (or 0x0CC993) is known color: Caribbean Green. HEX triplet: 0C, C9 and 93. RGB value is (12,201,147). Sum of RGB (Red+Green+Blue) = 12+201+147=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 201 (78.91% from 255 or 55.83% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC993 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC993 is #F3366C. Grayscale: #8A8A8A. Windows color (decimal): -15939181 or 9685260. OLE color: 9685260.
HSL color Cylindrical-coordinate representation of color #0CC993: hue angle of 162.86º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC993 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 147 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.21 |
| HSL | 162.86º | 0.89% | 0.42% | - |
| HSV(B) | 162.86º | 0.94% | 0.79% | - |
| XYZ | 26.3 | 43.96 | 34.7 | - |
| YUV | 138.33 | 132.88 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 147 | 0.94 | 0 | 0.27 | 0.21 | 162.86 | 0.89 | 0.42 |
| Hex | C | C9 | 93 | 5E | 0 | 1B | 15 | A3 | 59 | 2A |
| Octal | 14 | 311 | 223 | 136 | 0 | 33 | 25 | 243 | 131 | 52 |
| Binary | 1100 | 11001001 | 10010011 | 1011110 | 0 | 11011 | 10101 | 10100011 | 1011001 | 101010 |
Color Harmonies of #0CC993
Complementary color
Monochromatic Colors of #0CC993
Black with #0CC993
Text Example
Text Example
White with #0CC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC993; }
p { color: rgb(12,201,147); }
H1.HeaderClassName
{
color: #0CC993;
}
.AnyTagClassName
{
color: #0CC993;
}
</style>
background-color css
<style>
a { background-color: #0CC993; }
a { background-color: rgb(12,201,147); }
div.DivClassName
{
background-color: #0CC993;
}
.BgClassName
{
background-color: #0CC993;
}
</style>
border-color css
<style>
span { border-color: #0CC993; }
span { border-color: rgb(12,201,147); }
td.TdClassName
{
border-color: #0CC993;
}
.TagClassName
{
border-color: #0CC993;
}
</style>