Html Css Color HEX #0CFABC Medium Spring Green
📋 copy color: '#0CFABC'red 12 ◦ green 250 ◦ blue 188
Shades of Medium Spring Green #0CFABC
Tints of Medium Spring Green #0CFABC
RGB
CMYK
RGB Variations
Color information
#0CFABC (or 0x0CFABC) is known color: Medium Spring Green. HEX triplet: 0C, FA and BC. RGB value is (12,250,188). Sum of RGB (Red+Green+Blue) = 12+250+188=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFABC is #F30543. Grayscale: #ABABAB. Windows color (decimal): -15926596 or 12384780. OLE color: 12384780.
HSL color Cylindrical-coordinate representation of color #0CFABC: hue angle of 164.37º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFABC is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 188 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.02 |
| HSL | 164.37º | 0.96% | 0.51% | - |
| HSV(B) | 164.37º | 0.95% | 0.98% | - |
| XYZ | 43.41 | 72.08 | 59.2 | - |
| YUV | 171.77 | 137.15 | 14.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 188 | 0.95 | 0 | 0.25 | 0.02 | 164.37 | 0.96 | 0.51 |
| Hex | C | FA | BC | 5F | 0 | 19 | 2 | A4 | 60 | 33 |
| Octal | 14 | 372 | 274 | 137 | 0 | 31 | 2 | 244 | 140 | 63 |
| Binary | 1100 | 11111010 | 10111100 | 1011111 | 0 | 11001 | 10 | 10100100 | 1100000 | 110011 |
Color Harmonies of #0CFABC
Complementary color
Monochromatic Colors of #0CFABC
Black with #0CFABC
Text Example
Text Example
White with #0CFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFABC; }
p { color: rgb(12,250,188); }
H1.HeaderClassName
{
color: #0CFABC;
}
.AnyTagClassName
{
color: #0CFABC;
}
</style>
background-color css
<style>
a { background-color: #0CFABC; }
a { background-color: rgb(12,250,188); }
div.DivClassName
{
background-color: #0CFABC;
}
.BgClassName
{
background-color: #0CFABC;
}
</style>
border-color css
<style>
span { border-color: #0CFABC; }
span { border-color: rgb(12,250,188); }
td.TdClassName
{
border-color: #0CFABC;
}
.TagClassName
{
border-color: #0CFABC;
}
</style>