Html Css Color HEX #0CEAB2 Medium Spring Green
📋 copy color: '#0CEAB2'red 12 ◦ green 234 ◦ blue 178
Shades of Medium Spring Green #0CEAB2
Tints of Medium Spring Green #0CEAB2
RGB
CMYK
RGB Variations
Color information
#0CEAB2 (or 0x0CEAB2) is known color: Medium Spring Green. HEX triplet: 0C, EA and B2. RGB value is (12,234,178). Sum of RGB (Red+Green+Blue) = 12+234+178=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEAB2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEAB2 is #F3154D. Grayscale: #A1A1A1. Windows color (decimal): -15930702 or 11725324. OLE color: 11725324.
HSL color Cylindrical-coordinate representation of color #0CEAB2: hue angle of 164.86º 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 #0CEAB2 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 178 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.08 |
| HSL | 164.86º | 0.9% | 0.48% | - |
| HSV(B) | 164.86º | 0.95% | 0.92% | - |
| XYZ | 37.61 | 62.14 | 52.13 | - |
| YUV | 161.24 | 137.45 | 21.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 178 | 0.95 | 0 | 0.24 | 0.08 | 164.86 | 0.9 | 0.48 |
| Hex | C | EA | B2 | 5F | 0 | 18 | 8 | A5 | 5A | 30 |
| Octal | 14 | 352 | 262 | 137 | 0 | 30 | 10 | 245 | 132 | 60 |
| Binary | 1100 | 11101010 | 10110010 | 1011111 | 0 | 11000 | 1000 | 10100101 | 1011010 | 110000 |
Color Harmonies of #0CEAB2
Complementary color
Monochromatic Colors of #0CEAB2
Black with #0CEAB2
Text Example
Text Example
White with #0CEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEAB2; }
p { color: rgb(12,234,178); }
H1.HeaderClassName
{
color: #0CEAB2;
}
.AnyTagClassName
{
color: #0CEAB2;
}
</style>
background-color css
<style>
a { background-color: #0CEAB2; }
a { background-color: rgb(12,234,178); }
div.DivClassName
{
background-color: #0CEAB2;
}
.BgClassName
{
background-color: #0CEAB2;
}
</style>
border-color css
<style>
span { border-color: #0CEAB2; }
span { border-color: rgb(12,234,178); }
td.TdClassName
{
border-color: #0CEAB2;
}
.TagClassName
{
border-color: #0CEAB2;
}
</style>