Shades of Caribbean Green #0CE1A3
Tints of Caribbean Green #0CE1A3
RGB
CMYK
RGB Variations
Color information
#0CE1A3 (or 0x0CE1A3) is known color: Caribbean Green. HEX triplet: 0C, E1 and A3. RGB value is (12,225,163). Sum of RGB (Red+Green+Blue) = 12+225+163=400 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3% from 400); Green value is 225 (88.28% from 255 or 56.25% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE1A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE1A3 is #F31E5C. Grayscale: #9A9A9A. Windows color (decimal): -15933021 or 10739980. OLE color: 10739980.
HSL color Cylindrical-coordinate representation of color #0CE1A3: hue angle of 162.54º 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 #0CE1A3 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 163 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.12 |
| HSL | 162.54º | 0.9% | 0.46% | - |
| HSV(B) | 162.54º | 0.95% | 0.88% | - |
| XYZ | 33.69 | 56.57 | 43.79 | - |
| YUV | 154.25 | 132.93 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 163 | 0.95 | 0 | 0.28 | 0.12 | 162.54 | 0.9 | 0.46 |
| Hex | C | E1 | A3 | 5F | 0 | 1C | C | A3 | 5A | 2E |
| Octal | 14 | 341 | 243 | 137 | 0 | 34 | 14 | 243 | 132 | 56 |
| Binary | 1100 | 11100001 | 10100011 | 1011111 | 0 | 11100 | 1100 | 10100011 | 1011010 | 101110 |
Color Harmonies of #0CE1A3
Complementary color
Monochromatic Colors of #0CE1A3
Black with #0CE1A3
Text Example
Text Example
White with #0CE1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE1A3; }
p { color: rgb(12,225,163); }
H1.HeaderClassName
{
color: #0CE1A3;
}
.AnyTagClassName
{
color: #0CE1A3;
}
</style>
background-color css
<style>
a { background-color: #0CE1A3; }
a { background-color: rgb(12,225,163); }
div.DivClassName
{
background-color: #0CE1A3;
}
.BgClassName
{
background-color: #0CE1A3;
}
</style>
border-color css
<style>
span { border-color: #0CE1A3; }
span { border-color: rgb(12,225,163); }
td.TdClassName
{
border-color: #0CE1A3;
}
.TagClassName
{
border-color: #0CE1A3;
}
</style>