Html Css Color HEX #0CEBB1 Medium Spring Green
📋 copy color: '#0CEBB1'red 12 ◦ green 235 ◦ blue 177
Shades of Medium Spring Green #0CEBB1
Tints of Medium Spring Green #0CEBB1
RGB
CMYK
RGB Variations
Color information
#0CEBB1 (or 0x0CEBB1) is known color: Medium Spring Green. HEX triplet: 0C, EB and B1. RGB value is (12,235,177). Sum of RGB (Red+Green+Blue) = 12+235+177=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBB1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEBB1 is #F3144E. Grayscale: #A1A1A1. Windows color (decimal): -15930447 or 11660044. OLE color: 11660044.
HSL color Cylindrical-coordinate representation of color #0CEBB1: hue angle of 164.39º 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 #0CEBB1 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 177 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.08 |
| HSL | 164.39º | 0.9% | 0.48% | - |
| HSV(B) | 164.39º | 0.95% | 0.92% | - |
| XYZ | 37.8 | 62.67 | 51.7 | - |
| YUV | 161.71 | 136.62 | 21.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 177 | 0.95 | 0 | 0.25 | 0.08 | 164.39 | 0.9 | 0.48 |
| Hex | C | EB | B1 | 5F | 0 | 19 | 8 | A4 | 5A | 30 |
| Octal | 14 | 353 | 261 | 137 | 0 | 31 | 10 | 244 | 132 | 60 |
| Binary | 1100 | 11101011 | 10110001 | 1011111 | 0 | 11001 | 1000 | 10100100 | 1011010 | 110000 |
Color Harmonies of #0CEBB1
Complementary color
Monochromatic Colors of #0CEBB1
Black with #0CEBB1
Text Example
Text Example
White with #0CEBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEBB1; }
p { color: rgb(12,235,177); }
H1.HeaderClassName
{
color: #0CEBB1;
}
.AnyTagClassName
{
color: #0CEBB1;
}
</style>
background-color css
<style>
a { background-color: #0CEBB1; }
a { background-color: rgb(12,235,177); }
div.DivClassName
{
background-color: #0CEBB1;
}
.BgClassName
{
background-color: #0CEBB1;
}
</style>
border-color css
<style>
span { border-color: #0CEBB1; }
span { border-color: rgb(12,235,177); }
td.TdClassName
{
border-color: #0CEBB1;
}
.TagClassName
{
border-color: #0CEBB1;
}
</style>