Html Css Color HEX #0CFDBE Medium Spring Green
📋 copy color: '#0CFDBE'red 12 ◦ green 253 ◦ blue 190
Shades of Medium Spring Green #0CFDBE
Tints of Medium Spring Green #0CFDBE
RGB
CMYK
RGB Variations
Color information
#0CFDBE (or 0x0CFDBE) is known color: Medium Spring Green. HEX triplet: 0C, FD and BE. RGB value is (12,253,190). Sum of RGB (Red+Green+Blue) = 12+253+190=455 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 455); Green value is 253 (99.22% from 255 or 55.60% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 253 - color contains mainly: green. Hex color #0CFDBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFDBE is #F30241. Grayscale: #ADADAD. Windows color (decimal): -15925826 or 12516620. OLE color: 12516620.
HSL color Cylindrical-coordinate representation of color #0CFDBE: hue angle of 164.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFDBE is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 253 | 190 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.01 |
| HSL | 164.32º | 0.98% | 0.52% | - |
| HSV(B) | 164.32º | 0.95% | 0.99% | - |
| XYZ | 44.57 | 74.05 | 60.66 | - |
| YUV | 173.76 | 137.16 | 12.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 253 | 190 | 0.95 | 0 | 0.25 | 0.01 | 164.32 | 0.98 | 0.52 |
| Hex | C | FD | BE | 5F | 0 | 19 | 1 | A4 | 62 | 34 |
| Octal | 14 | 375 | 276 | 137 | 0 | 31 | 1 | 244 | 142 | 64 |
| Binary | 1100 | 11111101 | 10111110 | 1011111 | 0 | 11001 | 1 | 10100100 | 1100010 | 110100 |
Color Harmonies of #0CFDBE
Complementary color
Monochromatic Colors of #0CFDBE
Black with #0CFDBE
Text Example
Text Example
White with #0CFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFDBE; }
p { color: rgb(12,253,190); }
H1.HeaderClassName
{
color: #0CFDBE;
}
.AnyTagClassName
{
color: #0CFDBE;
}
</style>
background-color css
<style>
a { background-color: #0CFDBE; }
a { background-color: rgb(12,253,190); }
div.DivClassName
{
background-color: #0CFDBE;
}
.BgClassName
{
background-color: #0CFDBE;
}
</style>
border-color css
<style>
span { border-color: #0CFDBE; }
span { border-color: rgb(12,253,190); }
td.TdClassName
{
border-color: #0CFDBE;
}
.TagClassName
{
border-color: #0CFDBE;
}
</style>