Shades of Medium Spring Green #00FFC1
Tints of Medium Spring Green #00FFC1
RGB
CMYK
RGB Variations
Color information
#00FFC1 (or 0x00FFC1) is known color: Medium Spring Green. HEX triplet: 00, FF and C1. RGB value is (0,255,193). Sum of RGB (Red+Green+Blue) = 0+255+193=448 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFC1 is #FF003E. Grayscale: #ABABAB. Windows color (decimal): -16711743 or 12713728. OLE color: 12713728.
HSL color Cylindrical-coordinate representation of color #00FFC1: hue angle of 165.41º 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 #00FFC1 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 255 | 193 | - |
CMYK | 1 | 0 | 0.24 | 0 |
HSL | 165.41º | 1% | 0.5% | - |
HSV(B) | 165.41º | 1% | 1% | - |
XYZ | 45.39 | 75.37 | 62.61 | - |
YUV | 171.69 | 140.02 | 5.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 255 | 193 | 1 | 0 | 0.24 | 0 | 165.41 | 1 | 0.5 |
Hex | 0 | FF | C1 | 64 | 0 | 18 | 0 | A5 | 64 | 32 |
Octal | 0 | 377 | 301 | 144 | 0 | 30 | 0 | 245 | 144 | 62 |
Binary | 0 | 11111111 | 11000001 | 1100100 | 0 | 11000 | 0 | 10100101 | 1100100 | 110010 |
Color Harmonies of #00FFC1
Complementary color
Monochromatic Colors of #00FFC1
Black with #00FFC1
Text Example
Text Example
White with #00FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFC1; }
p { color: rgb(0,255,193); }
H1.HeaderClassName
{
color: #00FFC1;
}
.AnyTagClassName
{
color: #00FFC1;
}
</style>
background-color css
<style>
a { background-color: #00FFC1; }
a { background-color: rgb(0,255,193); }
div.DivClassName
{
background-color: #00FFC1;
}
.BgClassName
{
background-color: #00FFC1;
}
</style>
border-color css
<style>
span { border-color: #00FFC1; }
span { border-color: rgb(0,255,193); }
td.TdClassName
{
border-color: #00FFC1;
}
.TagClassName
{
border-color: #00FFC1;
}
</style>