Html Css Color HEX #20FCBC Medium Spring Green
📋 copy color: '#20FCBC'red 32 ◦ green 252 ◦ blue 188
Shades of Medium Spring Green #20FCBC
Tints of Medium Spring Green #20FCBC
RGB
CMYK
RGB Variations
Color information
#20FCBC (or 0x20FCBC) is known color: Medium Spring Green. HEX triplet: 20, FC and BC. RGB value is (32,252,188). Sum of RGB (Red+Green+Blue) = 32+252+188=472 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.78% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCBC is #DF0343. Grayscale: #B2B2B2. Windows color (decimal): -14615364 or 12385312. OLE color: 12385312.
HSL color Cylindrical-coordinate representation of color #20FCBC: hue angle of 162.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FCBC is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 188 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.01 |
| HSL | 162.55º | 0.97% | 0.56% | - |
| HSV(B) | 162.55º | 0.87% | 0.99% | - |
| XYZ | 44.48 | 73.56 | 59.43 | - |
| YUV | 178.92 | 133.11 | 23.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 188 | 0.87 | 0 | 0.25 | 0.01 | 162.55 | 0.97 | 0.56 |
| Hex | 20 | FC | BC | 57 | 0 | 19 | 1 | A3 | 61 | 38 |
| Octal | 40 | 374 | 274 | 127 | 0 | 31 | 1 | 243 | 141 | 70 |
| Binary | 100000 | 11111100 | 10111100 | 1010111 | 0 | 11001 | 1 | 10100011 | 1100001 | 111000 |
Color Harmonies of #20FCBC
Complementary color
Monochromatic Colors of #20FCBC
Black with #20FCBC
Text Example
Text Example
White with #20FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCBC; }
p { color: rgb(32,252,188); }
H1.HeaderClassName
{
color: #20FCBC;
}
.AnyTagClassName
{
color: #20FCBC;
}
</style>
background-color css
<style>
a { background-color: #20FCBC; }
a { background-color: rgb(32,252,188); }
div.DivClassName
{
background-color: #20FCBC;
}
.BgClassName
{
background-color: #20FCBC;
}
</style>
border-color css
<style>
span { border-color: #20FCBC; }
span { border-color: rgb(32,252,188); }
td.TdClassName
{
border-color: #20FCBC;
}
.TagClassName
{
border-color: #20FCBC;
}
</style>