Html Css Color HEX #0CEBAB Medium Spring Green
📋 copy color: '#0CEBAB'red 12 ◦ green 235 ◦ blue 171
Shades of Medium Spring Green #0CEBAB
Tints of Medium Spring Green #0CEBAB
RGB
CMYK
RGB Variations
Color information
#0CEBAB (or 0x0CEBAB) is known color: Medium Spring Green. HEX triplet: 0C, EB and AB. RGB value is (12,235,171). Sum of RGB (Red+Green+Blue) = 12+235+171=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 235 (92.19% from 255 or 56.22% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEBAB is #F31454. Grayscale: #A1A1A1. Windows color (decimal): -15930453 or 11266828. OLE color: 11266828.
HSL color Cylindrical-coordinate representation of color #0CEBAB: hue angle of 162.78º 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 #0CEBAB is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 171 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.08 |
| HSL | 162.78º | 0.9% | 0.48% | - |
| HSV(B) | 162.78º | 0.95% | 0.92% | - |
| XYZ | 37.21 | 62.44 | 48.62 | - |
| YUV | 161.03 | 133.62 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 171 | 0.95 | 0 | 0.27 | 0.08 | 162.78 | 0.9 | 0.48 |
| Hex | C | EB | AB | 5F | 0 | 1B | 8 | A3 | 5A | 30 |
| Octal | 14 | 353 | 253 | 137 | 0 | 33 | 10 | 243 | 132 | 60 |
| Binary | 1100 | 11101011 | 10101011 | 1011111 | 0 | 11011 | 1000 | 10100011 | 1011010 | 110000 |
Color Harmonies of #0CEBAB
Complementary color
Monochromatic Colors of #0CEBAB
Black with #0CEBAB
Text Example
Text Example
White with #0CEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEBAB; }
p { color: rgb(12,235,171); }
H1.HeaderClassName
{
color: #0CEBAB;
}
.AnyTagClassName
{
color: #0CEBAB;
}
</style>
background-color css
<style>
a { background-color: #0CEBAB; }
a { background-color: rgb(12,235,171); }
div.DivClassName
{
background-color: #0CEBAB;
}
.BgClassName
{
background-color: #0CEBAB;
}
</style>
border-color css
<style>
span { border-color: #0CEBAB; }
span { border-color: rgb(12,235,171); }
td.TdClassName
{
border-color: #0CEBAB;
}
.TagClassName
{
border-color: #0CEBAB;
}
</style>