Shades of Caribbean Green #0CE0AC
Tints of Caribbean Green #0CE0AC
RGB
CMYK
RGB Variations
Color information
#0CE0AC (or 0x0CE0AC) is known color: Caribbean Green. HEX triplet: 0C, E0 and AC. RGB value is (12,224,172). Sum of RGB (Red+Green+Blue) = 12+224+172=408 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.94% from 408); Green value is 224 (87.89% from 255 or 54.90% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 224 - color contains mainly: green. Hex color #0CE0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE0AC is #F31F53. Grayscale: #9A9A9A. Windows color (decimal): -15933268 or 11329548. OLE color: 11329548.
HSL color Cylindrical-coordinate representation of color #0CE0AC: hue angle of 165.28º 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 #0CE0AC is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 224 | 172 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.12 |
| HSL | 165.28º | 0.9% | 0.46% | - |
| HSV(B) | 165.28º | 0.95% | 0.88% | - |
| XYZ | 34.25 | 56.37 | 48.1 | - |
| YUV | 154.68 | 137.76 | 26.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 224 | 172 | 0.95 | 0 | 0.23 | 0.12 | 165.28 | 0.9 | 0.46 |
| Hex | C | E0 | AC | 5F | 0 | 17 | C | A5 | 5A | 2E |
| Octal | 14 | 340 | 254 | 137 | 0 | 27 | 14 | 245 | 132 | 56 |
| Binary | 1100 | 11100000 | 10101100 | 1011111 | 0 | 10111 | 1100 | 10100101 | 1011010 | 101110 |
Color Harmonies of #0CE0AC
Complementary color
Monochromatic Colors of #0CE0AC
Black with #0CE0AC
Text Example
Text Example
White with #0CE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE0AC; }
p { color: rgb(12,224,172); }
H1.HeaderClassName
{
color: #0CE0AC;
}
.AnyTagClassName
{
color: #0CE0AC;
}
</style>
background-color css
<style>
a { background-color: #0CE0AC; }
a { background-color: rgb(12,224,172); }
div.DivClassName
{
background-color: #0CE0AC;
}
.BgClassName
{
background-color: #0CE0AC;
}
</style>
border-color css
<style>
span { border-color: #0CE0AC; }
span { border-color: rgb(12,224,172); }
td.TdClassName
{
border-color: #0CE0AC;
}
.TagClassName
{
border-color: #0CE0AC;
}
</style>