Html Css Color HEX #0CFBBD Medium Spring Green
📋 copy color: '#0CFBBD'red 12 ◦ green 251 ◦ blue 189
Shades of Medium Spring Green #0CFBBD
Tints of Medium Spring Green #0CFBBD
RGB
CMYK
RGB Variations
Color information
#0CFBBD (or 0x0CFBBD) is known color: Medium Spring Green. HEX triplet: 0C, FB and BD. RGB value is (12,251,189). Sum of RGB (Red+Green+Blue) = 12+251+189=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 251 (98.44% from 255 or 55.53% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBBD is #F30442. Grayscale: #ACACAC. Windows color (decimal): -15926339 or 12450572. OLE color: 12450572.
HSL color Cylindrical-coordinate representation of color #0CFBBD: hue angle of 164.44º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFBBD is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 189 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.02 |
| HSL | 164.44º | 0.97% | 0.52% | - |
| HSV(B) | 164.44º | 0.95% | 0.98% | - |
| XYZ | 43.83 | 72.75 | 59.88 | - |
| YUV | 172.47 | 137.32 | 13.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 189 | 0.95 | 0 | 0.25 | 0.02 | 164.44 | 0.97 | 0.52 |
| Hex | C | FB | BD | 5F | 0 | 19 | 2 | A4 | 61 | 34 |
| Octal | 14 | 373 | 275 | 137 | 0 | 31 | 2 | 244 | 141 | 64 |
| Binary | 1100 | 11111011 | 10111101 | 1011111 | 0 | 11001 | 10 | 10100100 | 1100001 | 110100 |
Color Harmonies of #0CFBBD
Complementary color
Monochromatic Colors of #0CFBBD
Black with #0CFBBD
Text Example
Text Example
White with #0CFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBBD; }
p { color: rgb(12,251,189); }
H1.HeaderClassName
{
color: #0CFBBD;
}
.AnyTagClassName
{
color: #0CFBBD;
}
</style>
background-color css
<style>
a { background-color: #0CFBBD; }
a { background-color: rgb(12,251,189); }
div.DivClassName
{
background-color: #0CFBBD;
}
.BgClassName
{
background-color: #0CFBBD;
}
</style>
border-color css
<style>
span { border-color: #0CFBBD; }
span { border-color: rgb(12,251,189); }
td.TdClassName
{
border-color: #0CFBBD;
}
.TagClassName
{
border-color: #0CFBBD;
}
</style>