Html Css Color HEX #0CEAB1 Medium Spring Green
📋 copy color: '#0CEAB1'red 12 ◦ green 234 ◦ blue 177
Shades of Medium Spring Green #0CEAB1
Tints of Medium Spring Green #0CEAB1
RGB
CMYK
RGB Variations
Color information
#0CEAB1 (or 0x0CEAB1) is known color: Medium Spring Green. HEX triplet: 0C, EA and B1. RGB value is (12,234,177). Sum of RGB (Red+Green+Blue) = 12+234+177=423 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 423); Green value is 234 (91.80% from 255 or 55.32% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEAB1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEAB1 is #F3154E. Grayscale: #A1A1A1. Windows color (decimal): -15930703 or 11659788. OLE color: 11659788.
HSL color Cylindrical-coordinate representation of color #0CEAB1: hue angle of 164.59º 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 #0CEAB1 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 177 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.08 |
| HSL | 164.59º | 0.9% | 0.48% | - |
| HSV(B) | 164.59º | 0.95% | 0.92% | - |
| XYZ | 37.51 | 62.1 | 51.6 | - |
| YUV | 161.12 | 136.95 | 21.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 177 | 0.95 | 0 | 0.24 | 0.08 | 164.59 | 0.9 | 0.48 |
| Hex | C | EA | B1 | 5F | 0 | 18 | 8 | A5 | 5A | 30 |
| Octal | 14 | 352 | 261 | 137 | 0 | 30 | 10 | 245 | 132 | 60 |
| Binary | 1100 | 11101010 | 10110001 | 1011111 | 0 | 11000 | 1000 | 10100101 | 1011010 | 110000 |
Color Harmonies of #0CEAB1
Complementary color
Monochromatic Colors of #0CEAB1
Black with #0CEAB1
Text Example
Text Example
White with #0CEAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEAB1; }
p { color: rgb(12,234,177); }
H1.HeaderClassName
{
color: #0CEAB1;
}
.AnyTagClassName
{
color: #0CEAB1;
}
</style>
background-color css
<style>
a { background-color: #0CEAB1; }
a { background-color: rgb(12,234,177); }
div.DivClassName
{
background-color: #0CEAB1;
}
.BgClassName
{
background-color: #0CEAB1;
}
</style>
border-color css
<style>
span { border-color: #0CEAB1; }
span { border-color: rgb(12,234,177); }
td.TdClassName
{
border-color: #0CEAB1;
}
.TagClassName
{
border-color: #0CEAB1;
}
</style>