Html Css Color HEX #0CEBB0 Medium Spring Green
📋 copy color: '#0CEBB0'red 12 ◦ green 235 ◦ blue 176
Shades of Medium Spring Green #0CEBB0
Tints of Medium Spring Green #0CEBB0
RGB
CMYK
RGB Variations
Color information
#0CEBB0 (or 0x0CEBB0) is known color: Medium Spring Green. HEX triplet: 0C, EB and B0. RGB value is (12,235,176). Sum of RGB (Red+Green+Blue) = 12+235+176=423 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEBB0 is #F3144F. Grayscale: #A1A1A1. Windows color (decimal): -15930448 or 11594508. OLE color: 11594508.
HSL color Cylindrical-coordinate representation of color #0CEBB0: hue angle of 164.13º 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 #0CEBB0 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 176 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.08 |
| HSL | 164.13º | 0.9% | 0.48% | - |
| HSV(B) | 164.13º | 0.95% | 0.92% | - |
| XYZ | 37.7 | 62.63 | 51.18 | - |
| YUV | 161.6 | 136.12 | 21.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 176 | 0.95 | 0 | 0.25 | 0.08 | 164.13 | 0.9 | 0.48 |
| Hex | C | EB | B0 | 5F | 0 | 19 | 8 | A4 | 5A | 30 |
| Octal | 14 | 353 | 260 | 137 | 0 | 31 | 10 | 244 | 132 | 60 |
| Binary | 1100 | 11101011 | 10110000 | 1011111 | 0 | 11001 | 1000 | 10100100 | 1011010 | 110000 |
Color Harmonies of #0CEBB0
Complementary color
Monochromatic Colors of #0CEBB0
Black with #0CEBB0
Text Example
Text Example
White with #0CEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEBB0; }
p { color: rgb(12,235,176); }
H1.HeaderClassName
{
color: #0CEBB0;
}
.AnyTagClassName
{
color: #0CEBB0;
}
</style>
background-color css
<style>
a { background-color: #0CEBB0; }
a { background-color: rgb(12,235,176); }
div.DivClassName
{
background-color: #0CEBB0;
}
.BgClassName
{
background-color: #0CEBB0;
}
</style>
border-color css
<style>
span { border-color: #0CEBB0; }
span { border-color: rgb(12,235,176); }
td.TdClassName
{
border-color: #0CEBB0;
}
.TagClassName
{
border-color: #0CEBB0;
}
</style>