Html Css Color HEX #0CEBAC Medium Spring Green
📋 copy color: '#0CEBAC'red 12 ◦ green 235 ◦ blue 172
Shades of Medium Spring Green #0CEBAC
Tints of Medium Spring Green #0CEBAC
RGB
CMYK
RGB Variations
Color information
#0CEBAC (or 0x0CEBAC) is known color: Medium Spring Green. HEX triplet: 0C, EB and AC. RGB value is (12,235,172). Sum of RGB (Red+Green+Blue) = 12+235+172=419 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 419); Green value is 235 (92.19% from 255 or 56.09% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEBAC is #F31453. Grayscale: #A1A1A1. Windows color (decimal): -15930452 or 11332364. OLE color: 11332364.
HSL color Cylindrical-coordinate representation of color #0CEBAC: hue angle of 163.05º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEBAC is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 172 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.08 |
| HSL | 163.05º | 0.9% | 0.48% | - |
| HSV(B) | 163.05º | 0.95% | 0.92% | - |
| XYZ | 37.31 | 62.47 | 49.12 | - |
| YUV | 161.14 | 134.12 | 21.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 172 | 0.95 | 0 | 0.27 | 0.08 | 163.05 | 0.9 | 0.48 |
| Hex | C | EB | AC | 5F | 0 | 1B | 8 | A3 | 5A | 30 |
| Octal | 14 | 353 | 254 | 137 | 0 | 33 | 10 | 243 | 132 | 60 |
| Binary | 1100 | 11101011 | 10101100 | 1011111 | 0 | 11011 | 1000 | 10100011 | 1011010 | 110000 |
Color Harmonies of #0CEBAC
Complementary color
Monochromatic Colors of #0CEBAC
Black with #0CEBAC
Text Example
Text Example
White with #0CEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEBAC; }
p { color: rgb(12,235,172); }
H1.HeaderClassName
{
color: #0CEBAC;
}
.AnyTagClassName
{
color: #0CEBAC;
}
</style>
background-color css
<style>
a { background-color: #0CEBAC; }
a { background-color: rgb(12,235,172); }
div.DivClassName
{
background-color: #0CEBAC;
}
.BgClassName
{
background-color: #0CEBAC;
}
</style>
border-color css
<style>
span { border-color: #0CEBAC; }
span { border-color: rgb(12,235,172); }
td.TdClassName
{
border-color: #0CEBAC;
}
.TagClassName
{
border-color: #0CEBAC;
}
</style>