Shades of Medium Spring Green #09FCBC
Tints of Medium Spring Green #09FCBC
RGB
CMYK
RGB Variations
Color information
#09FCBC (or 0x09FCBC) is known color: Medium Spring Green. HEX triplet: 09, FC and BC. RGB value is (9,252,188). Sum of RGB (Red+Green+Blue) = 9+252+188=449 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FCBC is #F60343. Grayscale: #ACACAC. Windows color (decimal): -16122692 or 12385289. OLE color: 12385289.
HSL color Cylindrical-coordinate representation of color #09FCBC: hue angle of 164.2º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FCBC is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 252 | 188 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.01 |
| HSL | 164.2º | 0.98% | 0.51% | - |
| HSV(B) | 164.2º | 0.96% | 0.99% | - |
| XYZ | 44 | 73.31 | 59.41 | - |
| YUV | 172.05 | 136.99 | 11.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 252 | 188 | 0.96 | 0 | 0.25 | 0.01 | 164.2 | 0.98 | 0.51 |
| Hex | 9 | FC | BC | 60 | 0 | 19 | 1 | A4 | 62 | 33 |
| Octal | 11 | 374 | 274 | 140 | 0 | 31 | 1 | 244 | 142 | 63 |
| Binary | 1001 | 11111100 | 10111100 | 1100000 | 0 | 11001 | 1 | 10100100 | 1100010 | 110011 |
Color Harmonies of #09FCBC
Complementary color
Monochromatic Colors of #09FCBC
Black with #09FCBC
Text Example
Text Example
White with #09FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FCBC; }
p { color: rgb(9,252,188); }
H1.HeaderClassName
{
color: #09FCBC;
}
.AnyTagClassName
{
color: #09FCBC;
}
</style>
background-color css
<style>
a { background-color: #09FCBC; }
a { background-color: rgb(9,252,188); }
div.DivClassName
{
background-color: #09FCBC;
}
.BgClassName
{
background-color: #09FCBC;
}
</style>
border-color css
<style>
span { border-color: #09FCBC; }
span { border-color: rgb(9,252,188); }
td.TdClassName
{
border-color: #09FCBC;
}
.TagClassName
{
border-color: #09FCBC;
}
</style>