Html Css Color HEX #0CEEAE Medium Spring Green
📋 copy color: '#0CEEAE'red 12 ◦ green 238 ◦ blue 174
Shades of Medium Spring Green #0CEEAE
Tints of Medium Spring Green #0CEEAE
RGB
CMYK
RGB Variations
Color information
#0CEEAE (or 0x0CEEAE) is known color: Medium Spring Green. HEX triplet: 0C, EE and AE. RGB value is (12,238,174). Sum of RGB (Red+Green+Blue) = 12+238+174=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 238 (93.36% from 255 or 56.13% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEEAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEEAE is #F31151. Grayscale: #A3A3A3. Windows color (decimal): -15929682 or 11464204. OLE color: 11464204.
HSL color Cylindrical-coordinate representation of color #0CEEAE: hue angle of 163.01º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEEAE is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 174 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.07 |
| HSL | 163.01º | 0.9% | 0.49% | - |
| HSV(B) | 163.01º | 0.95% | 0.93% | - |
| XYZ | 38.37 | 64.28 | 50.43 | - |
| YUV | 163.13 | 134.13 | 20.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 174 | 0.95 | 0 | 0.27 | 0.07 | 163.01 | 0.9 | 0.49 |
| Hex | C | EE | AE | 5F | 0 | 1B | 7 | A3 | 5A | 31 |
| Octal | 14 | 356 | 256 | 137 | 0 | 33 | 7 | 243 | 132 | 61 |
| Binary | 1100 | 11101110 | 10101110 | 1011111 | 0 | 11011 | 111 | 10100011 | 1011010 | 110001 |
Color Harmonies of #0CEEAE
Complementary color
Monochromatic Colors of #0CEEAE
Black with #0CEEAE
Text Example
Text Example
White with #0CEEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEEAE; }
p { color: rgb(12,238,174); }
H1.HeaderClassName
{
color: #0CEEAE;
}
.AnyTagClassName
{
color: #0CEEAE;
}
</style>
background-color css
<style>
a { background-color: #0CEEAE; }
a { background-color: rgb(12,238,174); }
div.DivClassName
{
background-color: #0CEEAE;
}
.BgClassName
{
background-color: #0CEEAE;
}
</style>
border-color css
<style>
span { border-color: #0CEEAE; }
span { border-color: rgb(12,238,174); }
td.TdClassName
{
border-color: #0CEEAE;
}
.TagClassName
{
border-color: #0CEEAE;
}
</style>