Shades of Medium Aquamarine #5FFFA3
Tints of Medium Aquamarine #5FFFA3
RGB
CMYK
RGB Variations
Color information
#5FFFA3 (or 0x5FFFA3) is known color: Medium Aquamarine. HEX triplet: 5F, FF and A3. RGB value is (95,255,163). Sum of RGB (Red+Green+Blue) = 95+255+163=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFFA3 is #A0005C. Grayscale: #C4C4C4. Windows color (decimal): -10485853 or 10747743. OLE color: 10747743.
HSL color Cylindrical-coordinate representation of color #5FFFA3: hue angle of 145.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFA3 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 163 | - |
| CMYK | 0.63 | 0 | 0.36 | 0 |
| HSL | 145.5º | 1% | 0.69% | - |
| HSV(B) | 145.5º | 0.63% | 1% | - |
| XYZ | 47.09 | 76.6 | 46.95 | - |
| YUV | 196.67 | 108.99 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 163 | 0.63 | 0 | 0.36 | 0 | 145.5 | 1 | 0.69 |
| Hex | 5F | FF | A3 | 3F | 0 | 24 | 0 | 92 | 64 | 45 |
| Octal | 137 | 377 | 243 | 77 | 0 | 44 | 0 | 222 | 144 | 105 |
| Binary | 1011111 | 11111111 | 10100011 | 111111 | 0 | 100100 | 0 | 10010010 | 1100100 | 1000101 |
Color Harmonies of #5FFFA3
Complementary color
Monochromatic Colors of #5FFFA3
Black with #5FFFA3
Text Example
Text Example
White with #5FFFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFA3; }
p { color: rgb(95,255,163); }
H1.HeaderClassName
{
color: #5FFFA3;
}
.AnyTagClassName
{
color: #5FFFA3;
}
</style>
background-color css
<style>
a { background-color: #5FFFA3; }
a { background-color: rgb(95,255,163); }
div.DivClassName
{
background-color: #5FFFA3;
}
.BgClassName
{
background-color: #5FFFA3;
}
</style>
border-color css
<style>
span { border-color: #5FFFA3; }
span { border-color: rgb(95,255,163); }
td.TdClassName
{
border-color: #5FFFA3;
}
.TagClassName
{
border-color: #5FFFA3;
}
</style>