Html Css Color HEX #0CFCBD Medium Spring Green
📋 copy color: '#0CFCBD'red 12 ◦ green 252 ◦ blue 189
Shades of Medium Spring Green #0CFCBD
Tints of Medium Spring Green #0CFCBD
RGB
CMYK
RGB Variations
Color information
#0CFCBD (or 0x0CFCBD) is known color: Medium Spring Green. HEX triplet: 0C, FC and BD. RGB value is (12,252,189). Sum of RGB (Red+Green+Blue) = 12+252+189=453 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 453); Green value is 252 (98.83% from 255 or 55.63% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFCBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFCBD is #F30342. Grayscale: #ADADAD. Windows color (decimal): -15926083 or 12450828. OLE color: 12450828.
HSL color Cylindrical-coordinate representation of color #0CFCBD: hue angle of 164.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFCBD is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 252 | 189 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.01 |
| HSL | 164.25º | 0.98% | 0.52% | - |
| HSV(B) | 164.25º | 0.95% | 0.99% | - |
| XYZ | 44.15 | 73.37 | 59.98 | - |
| YUV | 173.06 | 136.99 | 13.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 252 | 189 | 0.95 | 0 | 0.25 | 0.01 | 164.25 | 0.98 | 0.52 |
| Hex | C | FC | BD | 5F | 0 | 19 | 1 | A4 | 62 | 34 |
| Octal | 14 | 374 | 275 | 137 | 0 | 31 | 1 | 244 | 142 | 64 |
| Binary | 1100 | 11111100 | 10111101 | 1011111 | 0 | 11001 | 1 | 10100100 | 1100010 | 110100 |
Color Harmonies of #0CFCBD
Complementary color
Monochromatic Colors of #0CFCBD
Black with #0CFCBD
Text Example
Text Example
White with #0CFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFCBD; }
p { color: rgb(12,252,189); }
H1.HeaderClassName
{
color: #0CFCBD;
}
.AnyTagClassName
{
color: #0CFCBD;
}
</style>
background-color css
<style>
a { background-color: #0CFCBD; }
a { background-color: rgb(12,252,189); }
div.DivClassName
{
background-color: #0CFCBD;
}
.BgClassName
{
background-color: #0CFCBD;
}
</style>
border-color css
<style>
span { border-color: #0CFCBD; }
span { border-color: rgb(12,252,189); }
td.TdClassName
{
border-color: #0CFCBD;
}
.TagClassName
{
border-color: #0CFCBD;
}
</style>