Shades of Medium Spring Green #00FFC0
Tints of Medium Spring Green #00FFC0
RGB
CMYK
RGB Variations
Color information
#00FFC0 (or 0x00FFC0) is known color: Medium Spring Green. HEX triplet: 00, FF and C0. RGB value is (0,255,192). Sum of RGB (Red+Green+Blue) = 0+255+192=447 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFC0 is #FF003F. Grayscale: #ABABAB. Windows color (decimal): -16711744 or 12648192. OLE color: 12648192.
HSL color Cylindrical-coordinate representation of color #00FFC0: hue angle of 165.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFC0 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 255 | 192 | - |
CMYK | 1 | 0 | 0.25 | 0 |
HSL | 165.18º | 1% | 0.5% | - |
HSV(B) | 165.18º | 1% | 1% | - |
XYZ | 45.27 | 75.33 | 62.02 | - |
YUV | 171.57 | 139.52 | 5.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 255 | 192 | 1 | 0 | 0.25 | 0 | 165.18 | 1 | 0.5 |
Hex | 0 | FF | C0 | 64 | 0 | 19 | 0 | A5 | 64 | 32 |
Octal | 0 | 377 | 300 | 144 | 0 | 31 | 0 | 245 | 144 | 62 |
Binary | 0 | 11111111 | 11000000 | 1100100 | 0 | 11001 | 0 | 10100101 | 1100100 | 110010 |
Color Harmonies of #00FFC0
Complementary color
Monochromatic Colors of #00FFC0
Black with #00FFC0
Text Example
Text Example
White with #00FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFC0; }
p { color: rgb(0,255,192); }
H1.HeaderClassName
{
color: #00FFC0;
}
.AnyTagClassName
{
color: #00FFC0;
}
</style>
background-color css
<style>
a { background-color: #00FFC0; }
a { background-color: rgb(0,255,192); }
div.DivClassName
{
background-color: #00FFC0;
}
.BgClassName
{
background-color: #00FFC0;
}
</style>
border-color css
<style>
span { border-color: #00FFC0; }
span { border-color: rgb(0,255,192); }
td.TdClassName
{
border-color: #00FFC0;
}
.TagClassName
{
border-color: #00FFC0;
}
</style>