Shades of Caribbean Green #0CC994
Tints of Caribbean Green #0CC994
RGB
CMYK
RGB Variations
Color information
#0CC994 (or 0x0CC994) is known color: Caribbean Green. HEX triplet: 0C, C9 and 94. RGB value is (12,201,148). Sum of RGB (Red+Green+Blue) = 12+201+148=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC994 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC994 is #F3366B. Grayscale: #8A8A8A. Windows color (decimal): -15939180 or 9750796. OLE color: 9750796.
HSL color Cylindrical-coordinate representation of color #0CC994: hue angle of 163.17º 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 #0CC994 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 148 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.21 |
| HSL | 163.17º | 0.89% | 0.42% | - |
| HSV(B) | 163.17º | 0.94% | 0.79% | - |
| XYZ | 26.38 | 43.99 | 35.12 | - |
| YUV | 138.45 | 133.38 | 37.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 148 | 0.94 | 0 | 0.26 | 0.21 | 163.17 | 0.89 | 0.42 |
| Hex | C | C9 | 94 | 5E | 0 | 1A | 15 | A3 | 59 | 2A |
| Octal | 14 | 311 | 224 | 136 | 0 | 32 | 25 | 243 | 131 | 52 |
| Binary | 1100 | 11001001 | 10010100 | 1011110 | 0 | 11010 | 10101 | 10100011 | 1011001 | 101010 |
Color Harmonies of #0CC994
Complementary color
Monochromatic Colors of #0CC994
Black with #0CC994
Text Example
Text Example
White with #0CC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC994; }
p { color: rgb(12,201,148); }
H1.HeaderClassName
{
color: #0CC994;
}
.AnyTagClassName
{
color: #0CC994;
}
</style>
background-color css
<style>
a { background-color: #0CC994; }
a { background-color: rgb(12,201,148); }
div.DivClassName
{
background-color: #0CC994;
}
.BgClassName
{
background-color: #0CC994;
}
</style>
border-color css
<style>
span { border-color: #0CC994; }
span { border-color: rgb(12,201,148); }
td.TdClassName
{
border-color: #0CC994;
}
.TagClassName
{
border-color: #0CC994;
}
</style>