Html Css Color HEX #0CFABB Medium Spring Green
📋 copy color: '#0CFABB'red 12 ◦ green 250 ◦ blue 187
Shades of Medium Spring Green #0CFABB
Tints of Medium Spring Green #0CFABB
RGB
CMYK
RGB Variations
Color information
#0CFABB (or 0x0CFABB) is known color: Medium Spring Green. HEX triplet: 0C, FA and BB. RGB value is (12,250,187). Sum of RGB (Red+Green+Blue) = 12+250+187=449 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFABB is #F30544. Grayscale: #ABABAB. Windows color (decimal): -15926597 or 12319244. OLE color: 12319244.
HSL color Cylindrical-coordinate representation of color #0CFABB: hue angle of 164.12º 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 #0CFABB is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 187 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.02 |
| HSL | 164.12º | 0.96% | 0.51% | - |
| HSV(B) | 164.12º | 0.95% | 0.98% | - |
| XYZ | 43.31 | 72.04 | 58.64 | - |
| YUV | 171.66 | 136.65 | 14.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 187 | 0.95 | 0 | 0.25 | 0.02 | 164.12 | 0.96 | 0.51 |
| Hex | C | FA | BB | 5F | 0 | 19 | 2 | A4 | 60 | 33 |
| Octal | 14 | 372 | 273 | 137 | 0 | 31 | 2 | 244 | 140 | 63 |
| Binary | 1100 | 11111010 | 10111011 | 1011111 | 0 | 11001 | 10 | 10100100 | 1100000 | 110011 |
Color Harmonies of #0CFABB
Complementary color
Monochromatic Colors of #0CFABB
Black with #0CFABB
Text Example
Text Example
White with #0CFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFABB; }
p { color: rgb(12,250,187); }
H1.HeaderClassName
{
color: #0CFABB;
}
.AnyTagClassName
{
color: #0CFABB;
}
</style>
background-color css
<style>
a { background-color: #0CFABB; }
a { background-color: rgb(12,250,187); }
div.DivClassName
{
background-color: #0CFABB;
}
.BgClassName
{
background-color: #0CFABB;
}
</style>
border-color css
<style>
span { border-color: #0CFABB; }
span { border-color: rgb(12,250,187); }
td.TdClassName
{
border-color: #0CFABB;
}
.TagClassName
{
border-color: #0CFABB;
}
</style>