Html Css Color HEX #0CFBBB Medium Spring Green
📋 copy color: '#0CFBBB'red 12 ◦ green 251 ◦ blue 187
Shades of Medium Spring Green #0CFBBB
Tints of Medium Spring Green #0CFBBB
RGB
CMYK
RGB Variations
Color information
#0CFBBB (or 0x0CFBBB) is known color: Medium Spring Green. HEX triplet: 0C, FB and BB. RGB value is (12,251,187). Sum of RGB (Red+Green+Blue) = 12+251+187=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 251 (98.44% from 255 or 55.78% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBBB is #F30444. Grayscale: #ACACAC. Windows color (decimal): -15926341 or 12319500. OLE color: 12319500.
HSL color Cylindrical-coordinate representation of color #0CFBBB: hue angle of 163.93º 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 #0CFBBB is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 187 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.02 |
| HSL | 163.93º | 0.97% | 0.52% | - |
| HSV(B) | 163.93º | 0.95% | 0.98% | - |
| XYZ | 43.62 | 72.66 | 58.74 | - |
| YUV | 172.24 | 136.32 | 13.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 187 | 0.95 | 0 | 0.25 | 0.02 | 163.93 | 0.97 | 0.52 |
| Hex | C | FB | BB | 5F | 0 | 19 | 2 | A4 | 61 | 34 |
| Octal | 14 | 373 | 273 | 137 | 0 | 31 | 2 | 244 | 141 | 64 |
| Binary | 1100 | 11111011 | 10111011 | 1011111 | 0 | 11001 | 10 | 10100100 | 1100001 | 110100 |
Color Harmonies of #0CFBBB
Complementary color
Monochromatic Colors of #0CFBBB
Black with #0CFBBB
Text Example
Text Example
White with #0CFBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBBB; }
p { color: rgb(12,251,187); }
H1.HeaderClassName
{
color: #0CFBBB;
}
.AnyTagClassName
{
color: #0CFBBB;
}
</style>
background-color css
<style>
a { background-color: #0CFBBB; }
a { background-color: rgb(12,251,187); }
div.DivClassName
{
background-color: #0CFBBB;
}
.BgClassName
{
background-color: #0CFBBB;
}
</style>
border-color css
<style>
span { border-color: #0CFBBB; }
span { border-color: rgb(12,251,187); }
td.TdClassName
{
border-color: #0CFBBB;
}
.TagClassName
{
border-color: #0CFBBB;
}
</style>