Html Css Color HEX #0CFAB4 Medium Spring Green
📋 copy color: '#0CFAB4'red 12 ◦ green 250 ◦ blue 180
Shades of Medium Spring Green #0CFAB4
Tints of Medium Spring Green #0CFAB4
RGB
CMYK
RGB Variations
Color information
#0CFAB4 (or 0x0CFAB4) is known color: Medium Spring Green. HEX triplet: 0C, FA and B4. RGB value is (12,250,180). Sum of RGB (Red+Green+Blue) = 12+250+180=442 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 442); Green value is 250 (98.05% from 255 or 56.56% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFAB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFAB4 is #F3054B. Grayscale: #AAAAAA. Windows color (decimal): -15926604 or 11860492. OLE color: 11860492.
HSL color Cylindrical-coordinate representation of color #0CFAB4: hue angle of 162.35º 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 #0CFAB4 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 180 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.02 |
| HSL | 162.35º | 0.96% | 0.51% | - |
| HSV(B) | 162.35º | 0.95% | 0.98% | - |
| XYZ | 42.58 | 71.74 | 54.78 | - |
| YUV | 170.86 | 133.15 | 14.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 180 | 0.95 | 0 | 0.28 | 0.02 | 162.35 | 0.96 | 0.51 |
| Hex | C | FA | B4 | 5F | 0 | 1C | 2 | A2 | 60 | 33 |
| Octal | 14 | 372 | 264 | 137 | 0 | 34 | 2 | 242 | 140 | 63 |
| Binary | 1100 | 11111010 | 10110100 | 1011111 | 0 | 11100 | 10 | 10100010 | 1100000 | 110011 |
Color Harmonies of #0CFAB4
Complementary color
Monochromatic Colors of #0CFAB4
Black with #0CFAB4
Text Example
Text Example
White with #0CFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFAB4; }
p { color: rgb(12,250,180); }
H1.HeaderClassName
{
color: #0CFAB4;
}
.AnyTagClassName
{
color: #0CFAB4;
}
</style>
background-color css
<style>
a { background-color: #0CFAB4; }
a { background-color: rgb(12,250,180); }
div.DivClassName
{
background-color: #0CFAB4;
}
.BgClassName
{
background-color: #0CFAB4;
}
</style>
border-color css
<style>
span { border-color: #0CFAB4; }
span { border-color: rgb(12,250,180); }
td.TdClassName
{
border-color: #0CFAB4;
}
.TagClassName
{
border-color: #0CFAB4;
}
</style>