Html Css Color HEX #0CF0B6 Medium Spring Green
📋 copy color: '#0CF0B6'red 12 ◦ green 240 ◦ blue 182
Shades of Medium Spring Green #0CF0B6
Tints of Medium Spring Green #0CF0B6
RGB
CMYK
RGB Variations
Color information
#0CF0B6 (or 0x0CF0B6) is known color: Medium Spring Green. HEX triplet: 0C, F0 and B6. RGB value is (12,240,182). Sum of RGB (Red+Green+Blue) = 12+240+182=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF0B6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF0B6 is #F30F49. Grayscale: #A5A5A5. Windows color (decimal): -15929162 or 11989004. OLE color: 11989004.
HSL color Cylindrical-coordinate representation of color #0CF0B6: hue angle of 164.74º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF0B6 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 240 | 182 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.06 |
| HSL | 164.74º | 0.9% | 0.49% | - |
| HSV(B) | 164.74º | 0.95% | 0.94% | - |
| XYZ | 39.76 | 65.78 | 54.86 | - |
| YUV | 165.22 | 137.46 | 18.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 240 | 182 | 0.95 | 0 | 0.24 | 0.06 | 164.74 | 0.9 | 0.49 |
| Hex | C | F0 | B6 | 5F | 0 | 18 | 6 | A5 | 5A | 31 |
| Octal | 14 | 360 | 266 | 137 | 0 | 30 | 6 | 245 | 132 | 61 |
| Binary | 1100 | 11110000 | 10110110 | 1011111 | 0 | 11000 | 110 | 10100101 | 1011010 | 110001 |
Color Harmonies of #0CF0B6
Complementary color
Monochromatic Colors of #0CF0B6
Black with #0CF0B6
Text Example
Text Example
White with #0CF0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF0B6; }
p { color: rgb(12,240,182); }
H1.HeaderClassName
{
color: #0CF0B6;
}
.AnyTagClassName
{
color: #0CF0B6;
}
</style>
background-color css
<style>
a { background-color: #0CF0B6; }
a { background-color: rgb(12,240,182); }
div.DivClassName
{
background-color: #0CF0B6;
}
.BgClassName
{
background-color: #0CF0B6;
}
</style>
border-color css
<style>
span { border-color: #0CF0B6; }
span { border-color: rgb(12,240,182); }
td.TdClassName
{
border-color: #0CF0B6;
}
.TagClassName
{
border-color: #0CF0B6;
}
</style>