Html Css Color HEX #0CFBBC Medium Spring Green
📋 copy color: '#0CFBBC'red 12 ◦ green 251 ◦ blue 188
Shades of Medium Spring Green #0CFBBC
Tints of Medium Spring Green #0CFBBC
RGB
CMYK
RGB Variations
Color information
#0CFBBC (or 0x0CFBBC) is known color: Medium Spring Green. HEX triplet: 0C, FB and BC. RGB value is (12,251,188). Sum of RGB (Red+Green+Blue) = 12+251+188=451 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.66% from 451); Green value is 251 (98.44% from 255 or 55.65% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBBC is #F30443. Grayscale: #ACACAC. Windows color (decimal): -15926340 or 12385036. OLE color: 12385036.
HSL color Cylindrical-coordinate representation of color #0CFBBC: hue angle of 164.18º 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 #0CFBBC is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 188 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.02 |
| HSL | 164.18º | 0.97% | 0.52% | - |
| HSV(B) | 164.18º | 0.95% | 0.98% | - |
| XYZ | 43.73 | 72.7 | 59.31 | - |
| YUV | 172.36 | 136.82 | 13.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 188 | 0.95 | 0 | 0.25 | 0.02 | 164.18 | 0.97 | 0.52 |
| Hex | C | FB | BC | 5F | 0 | 19 | 2 | A4 | 61 | 34 |
| Octal | 14 | 373 | 274 | 137 | 0 | 31 | 2 | 244 | 141 | 64 |
| Binary | 1100 | 11111011 | 10111100 | 1011111 | 0 | 11001 | 10 | 10100100 | 1100001 | 110100 |
Color Harmonies of #0CFBBC
Complementary color
Monochromatic Colors of #0CFBBC
Black with #0CFBBC
Text Example
Text Example
White with #0CFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBBC; }
p { color: rgb(12,251,188); }
H1.HeaderClassName
{
color: #0CFBBC;
}
.AnyTagClassName
{
color: #0CFBBC;
}
</style>
background-color css
<style>
a { background-color: #0CFBBC; }
a { background-color: rgb(12,251,188); }
div.DivClassName
{
background-color: #0CFBBC;
}
.BgClassName
{
background-color: #0CFBBC;
}
</style>
border-color css
<style>
span { border-color: #0CFBBC; }
span { border-color: rgb(12,251,188); }
td.TdClassName
{
border-color: #0CFBBC;
}
.TagClassName
{
border-color: #0CFBBC;
}
</style>