Shades of Caribbean Green #0CE195
Tints of Caribbean Green #0CE195
RGB
CMYK
RGB Variations
Color information
#0CE195 (or 0x0CE195) is known color: Caribbean Green. HEX triplet: 0C, E1 and 95. RGB value is (12,225,149). Sum of RGB (Red+Green+Blue) = 12+225+149=386 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.11% from 386); Green value is 225 (88.28% from 255 or 58.29% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE195 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE195 is #F31E6A. Grayscale: #989898. Windows color (decimal): -15933035 or 9822476. OLE color: 9822476.
HSL color Cylindrical-coordinate representation of color #0CE195: hue angle of 158.59º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE195 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 149 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.12 |
| HSL | 158.59º | 0.9% | 0.46% | - |
| HSV(B) | 158.59º | 0.95% | 0.88% | - |
| XYZ | 32.5 | 56.1 | 37.55 | - |
| YUV | 152.65 | 125.93 | 27.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 149 | 0.95 | 0 | 0.34 | 0.12 | 158.59 | 0.9 | 0.46 |
| Hex | C | E1 | 95 | 5F | 0 | 22 | C | 9F | 5A | 2E |
| Octal | 14 | 341 | 225 | 137 | 0 | 42 | 14 | 237 | 132 | 56 |
| Binary | 1100 | 11100001 | 10010101 | 1011111 | 0 | 100010 | 1100 | 10011111 | 1011010 | 101110 |
Color Harmonies of #0CE195
Complementary color
Monochromatic Colors of #0CE195
Black with #0CE195
Text Example
Text Example
White with #0CE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE195; }
p { color: rgb(12,225,149); }
H1.HeaderClassName
{
color: #0CE195;
}
.AnyTagClassName
{
color: #0CE195;
}
</style>
background-color css
<style>
a { background-color: #0CE195; }
a { background-color: rgb(12,225,149); }
div.DivClassName
{
background-color: #0CE195;
}
.BgClassName
{
background-color: #0CE195;
}
</style>
border-color css
<style>
span { border-color: #0CE195; }
span { border-color: rgb(12,225,149); }
td.TdClassName
{
border-color: #0CE195;
}
.TagClassName
{
border-color: #0CE195;
}
</style>