Html Css Color HEX #0CFBB5 Medium Spring Green
📋 copy color: '#0CFBB5'red 12 ◦ green 251 ◦ blue 181
Shades of Medium Spring Green #0CFBB5
Tints of Medium Spring Green #0CFBB5
RGB
CMYK
RGB Variations
Color information
#0CFBB5 (or 0x0CFBB5) is known color: Medium Spring Green. HEX triplet: 0C, FB and B5. RGB value is (12,251,181). Sum of RGB (Red+Green+Blue) = 12+251+181=444 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 444); Green value is 251 (98.44% from 255 or 56.53% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBB5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBB5 is #F3044A. Grayscale: #ABABAB. Windows color (decimal): -15926347 or 11926284. OLE color: 11926284.
HSL color Cylindrical-coordinate representation of color #0CFBB5: hue angle of 162.43º 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 #0CFBB5 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 181 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.02 |
| HSL | 162.43º | 0.97% | 0.52% | - |
| HSV(B) | 162.43º | 0.95% | 0.98% | - |
| XYZ | 42.99 | 72.41 | 55.43 | - |
| YUV | 171.56 | 133.32 | 14.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 181 | 0.95 | 0 | 0.28 | 0.02 | 162.43 | 0.97 | 0.52 |
| Hex | C | FB | B5 | 5F | 0 | 1C | 2 | A2 | 61 | 34 |
| Octal | 14 | 373 | 265 | 137 | 0 | 34 | 2 | 242 | 141 | 64 |
| Binary | 1100 | 11111011 | 10110101 | 1011111 | 0 | 11100 | 10 | 10100010 | 1100001 | 110100 |
Color Harmonies of #0CFBB5
Complementary color
Monochromatic Colors of #0CFBB5
Black with #0CFBB5
Text Example
Text Example
White with #0CFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBB5; }
p { color: rgb(12,251,181); }
H1.HeaderClassName
{
color: #0CFBB5;
}
.AnyTagClassName
{
color: #0CFBB5;
}
</style>
background-color css
<style>
a { background-color: #0CFBB5; }
a { background-color: rgb(12,251,181); }
div.DivClassName
{
background-color: #0CFBB5;
}
.BgClassName
{
background-color: #0CFBB5;
}
</style>
border-color css
<style>
span { border-color: #0CFBB5; }
span { border-color: rgb(12,251,181); }
td.TdClassName
{
border-color: #0CFBB5;
}
.TagClassName
{
border-color: #0CFBB5;
}
</style>