Html Css Color HEX #0CEAB3 Medium Spring Green
📋 copy color: '#0CEAB3'red 12 ◦ green 234 ◦ blue 179
Shades of Medium Spring Green #0CEAB3
Tints of Medium Spring Green #0CEAB3
RGB
CMYK
RGB Variations
Color information
#0CEAB3 (or 0x0CEAB3) is known color: Medium Spring Green. HEX triplet: 0C, EA and B3. RGB value is (12,234,179). Sum of RGB (Red+Green+Blue) = 12+234+179=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 234 (91.80% from 255 or 55.06% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEAB3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEAB3 is #F3154C. Grayscale: #A1A1A1. Windows color (decimal): -15930701 or 11790860. OLE color: 11790860.
HSL color Cylindrical-coordinate representation of color #0CEAB3: hue angle of 165.14º 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 #0CEAB3 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 179 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.08 |
| HSL | 165.14º | 0.9% | 0.48% | - |
| HSV(B) | 165.14º | 0.95% | 0.92% | - |
| XYZ | 37.71 | 62.18 | 52.66 | - |
| YUV | 161.35 | 137.95 | 21.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 179 | 0.95 | 0 | 0.24 | 0.08 | 165.14 | 0.9 | 0.48 |
| Hex | C | EA | B3 | 5F | 0 | 18 | 8 | A5 | 5A | 30 |
| Octal | 14 | 352 | 263 | 137 | 0 | 30 | 10 | 245 | 132 | 60 |
| Binary | 1100 | 11101010 | 10110011 | 1011111 | 0 | 11000 | 1000 | 10100101 | 1011010 | 110000 |
Color Harmonies of #0CEAB3
Complementary color
Monochromatic Colors of #0CEAB3
Black with #0CEAB3
Text Example
Text Example
White with #0CEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEAB3; }
p { color: rgb(12,234,179); }
H1.HeaderClassName
{
color: #0CEAB3;
}
.AnyTagClassName
{
color: #0CEAB3;
}
</style>
background-color css
<style>
a { background-color: #0CEAB3; }
a { background-color: rgb(12,234,179); }
div.DivClassName
{
background-color: #0CEAB3;
}
.BgClassName
{
background-color: #0CEAB3;
}
</style>
border-color css
<style>
span { border-color: #0CEAB3; }
span { border-color: rgb(12,234,179); }
td.TdClassName
{
border-color: #0CEAB3;
}
.TagClassName
{
border-color: #0CEAB3;
}
</style>