Html Css Color HEX #0CEAAB Medium Spring Green
📋 copy color: '#0CEAAB'red 12 ◦ green 234 ◦ blue 171
Shades of Medium Spring Green #0CEAAB
Tints of Medium Spring Green #0CEAAB
RGB
CMYK
RGB Variations
Color information
#0CEAAB (or 0x0CEAAB) is known color: Medium Spring Green. HEX triplet: 0C, EA and AB. RGB value is (12,234,171). Sum of RGB (Red+Green+Blue) = 12+234+171=417 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 417); Green value is 234 (91.80% from 255 or 56.12% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEAAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEAAB is #F31554. Grayscale: #A0A0A0. Windows color (decimal): -15930709 or 11266572. OLE color: 11266572.
HSL color Cylindrical-coordinate representation of color #0CEAAB: hue angle of 162.97º 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 #0CEAAB is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 171 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.08 |
| HSL | 162.97º | 0.9% | 0.48% | - |
| HSV(B) | 162.97º | 0.95% | 0.92% | - |
| XYZ | 36.93 | 61.86 | 48.52 | - |
| YUV | 160.44 | 133.95 | 22.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 171 | 0.95 | 0 | 0.27 | 0.08 | 162.97 | 0.9 | 0.48 |
| Hex | C | EA | AB | 5F | 0 | 1B | 8 | A3 | 5A | 30 |
| Octal | 14 | 352 | 253 | 137 | 0 | 33 | 10 | 243 | 132 | 60 |
| Binary | 1100 | 11101010 | 10101011 | 1011111 | 0 | 11011 | 1000 | 10100011 | 1011010 | 110000 |
Color Harmonies of #0CEAAB
Complementary color
Monochromatic Colors of #0CEAAB
Black with #0CEAAB
Text Example
Text Example
White with #0CEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEAAB; }
p { color: rgb(12,234,171); }
H1.HeaderClassName
{
color: #0CEAAB;
}
.AnyTagClassName
{
color: #0CEAAB;
}
</style>
background-color css
<style>
a { background-color: #0CEAAB; }
a { background-color: rgb(12,234,171); }
div.DivClassName
{
background-color: #0CEAAB;
}
.BgClassName
{
background-color: #0CEAAB;
}
</style>
border-color css
<style>
span { border-color: #0CEAAB; }
span { border-color: rgb(12,234,171); }
td.TdClassName
{
border-color: #0CEAAB;
}
.TagClassName
{
border-color: #0CEAAB;
}
</style>