Html Css Color HEX #0CFBAB Medium Spring Green
📋 copy color: '#0CFBAB'red 12 ◦ green 251 ◦ blue 171
Shades of Medium Spring Green #0CFBAB
Tints of Medium Spring Green #0CFBAB
RGB
CMYK
RGB Variations
Color information
#0CFBAB (or 0x0CFBAB) is known color: Medium Spring Green. HEX triplet: 0C, FB and AB. RGB value is (12,251,171). Sum of RGB (Red+Green+Blue) = 12+251+171=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFBAB is #F30454. Grayscale: #AAAAAA. Windows color (decimal): -15926357 or 11270924. OLE color: 11270924.
HSL color Cylindrical-coordinate representation of color #0CFBAB: hue angle of 159.92º 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 #0CFBAB is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 171 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.02 |
| HSL | 159.92º | 0.97% | 0.52% | - |
| HSV(B) | 159.92º | 0.95% | 0.98% | - |
| XYZ | 42 | 72.01 | 50.21 | - |
| YUV | 170.42 | 128.32 | 15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 171 | 0.95 | 0 | 0.32 | 0.02 | 159.92 | 0.97 | 0.52 |
| Hex | C | FB | AB | 5F | 0 | 20 | 2 | A0 | 61 | 34 |
| Octal | 14 | 373 | 253 | 137 | 0 | 40 | 2 | 240 | 141 | 64 |
| Binary | 1100 | 11111011 | 10101011 | 1011111 | 0 | 100000 | 10 | 10100000 | 1100001 | 110100 |
Color Harmonies of #0CFBAB
Complementary color
Monochromatic Colors of #0CFBAB
Black with #0CFBAB
Text Example
Text Example
White with #0CFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBAB; }
p { color: rgb(12,251,171); }
H1.HeaderClassName
{
color: #0CFBAB;
}
.AnyTagClassName
{
color: #0CFBAB;
}
</style>
background-color css
<style>
a { background-color: #0CFBAB; }
a { background-color: rgb(12,251,171); }
div.DivClassName
{
background-color: #0CFBAB;
}
.BgClassName
{
background-color: #0CFBAB;
}
</style>
border-color css
<style>
span { border-color: #0CFBAB; }
span { border-color: rgb(12,251,171); }
td.TdClassName
{
border-color: #0CFBAB;
}
.TagClassName
{
border-color: #0CFBAB;
}
</style>