Shades of Medium Aquamarine #5FFDAA
Tints of Medium Aquamarine #5FFDAA
RGB
CMYK
RGB Variations
Color information
#5FFDAA (or 0x5FFDAA) is known color: Medium Aquamarine. HEX triplet: 5F, FD and AA. RGB value is (95,253,170). Sum of RGB (Red+Green+Blue) = 95+253+170=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFDAA is #A00255. Grayscale: #C4C4C4. Windows color (decimal): -10486358 or 11205983. OLE color: 11205983.
HSL color Cylindrical-coordinate representation of color #5FFDAA: hue angle of 148.48º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFDAA is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 170 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.01 |
| HSL | 148.48º | 0.98% | 0.68% | - |
| HSV(B) | 148.48º | 0.62% | 0.99% | - |
| XYZ | 47.1 | 75.59 | 50.14 | - |
| YUV | 196.3 | 113.15 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 170 | 0.62 | 0 | 0.33 | 0.01 | 148.48 | 0.98 | 0.68 |
| Hex | 5F | FD | AA | 3E | 0 | 21 | 1 | 94 | 62 | 44 |
| Octal | 137 | 375 | 252 | 76 | 0 | 41 | 1 | 224 | 142 | 104 |
| Binary | 1011111 | 11111101 | 10101010 | 111110 | 0 | 100001 | 1 | 10010100 | 1100010 | 1000100 |
Color Harmonies of #5FFDAA
Complementary color
Monochromatic Colors of #5FFDAA
Black with #5FFDAA
Text Example
Text Example
White with #5FFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDAA; }
p { color: rgb(95,253,170); }
H1.HeaderClassName
{
color: #5FFDAA;
}
.AnyTagClassName
{
color: #5FFDAA;
}
</style>
background-color css
<style>
a { background-color: #5FFDAA; }
a { background-color: rgb(95,253,170); }
div.DivClassName
{
background-color: #5FFDAA;
}
.BgClassName
{
background-color: #5FFDAA;
}
</style>
border-color css
<style>
span { border-color: #5FFDAA; }
span { border-color: rgb(95,253,170); }
td.TdClassName
{
border-color: #5FFDAA;
}
.TagClassName
{
border-color: #5FFDAA;
}
</style>