Html Css Color HEX #0CEAB0 Medium Spring Green
📋 copy color: '#0CEAB0'red 12 ◦ green 234 ◦ blue 176
Shades of Medium Spring Green #0CEAB0
Tints of Medium Spring Green #0CEAB0
RGB
CMYK
RGB Variations
Color information
#0CEAB0 (or 0x0CEAB0) is known color: Medium Spring Green. HEX triplet: 0C, EA and B0. RGB value is (12,234,176). Sum of RGB (Red+Green+Blue) = 12+234+176=422 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 422); Green value is 234 (91.80% from 255 or 55.45% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEAB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEAB0 is #F3154F. Grayscale: #A1A1A1. Windows color (decimal): -15930704 or 11594252. OLE color: 11594252.
HSL color Cylindrical-coordinate representation of color #0CEAB0: hue angle of 164.32º 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 #0CEAB0 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 176 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.08 |
| HSL | 164.32º | 0.9% | 0.48% | - |
| HSV(B) | 164.32º | 0.95% | 0.92% | - |
| XYZ | 37.41 | 62.06 | 51.08 | - |
| YUV | 161.01 | 136.45 | 21.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 176 | 0.95 | 0 | 0.25 | 0.08 | 164.32 | 0.9 | 0.48 |
| Hex | C | EA | B0 | 5F | 0 | 19 | 8 | A4 | 5A | 30 |
| Octal | 14 | 352 | 260 | 137 | 0 | 31 | 10 | 244 | 132 | 60 |
| Binary | 1100 | 11101010 | 10110000 | 1011111 | 0 | 11001 | 1000 | 10100100 | 1011010 | 110000 |
Color Harmonies of #0CEAB0
Complementary color
Monochromatic Colors of #0CEAB0
Black with #0CEAB0
Text Example
Text Example
White with #0CEAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEAB0; }
p { color: rgb(12,234,176); }
H1.HeaderClassName
{
color: #0CEAB0;
}
.AnyTagClassName
{
color: #0CEAB0;
}
</style>
background-color css
<style>
a { background-color: #0CEAB0; }
a { background-color: rgb(12,234,176); }
div.DivClassName
{
background-color: #0CEAB0;
}
.BgClassName
{
background-color: #0CEAB0;
}
</style>
border-color css
<style>
span { border-color: #0CEAB0; }
span { border-color: rgb(12,234,176); }
td.TdClassName
{
border-color: #0CEAB0;
}
.TagClassName
{
border-color: #0CEAB0;
}
</style>