Shades of Medium Aquamarine #5FFDAD
Tints of Medium Aquamarine #5FFDAD
RGB
CMYK
RGB Variations
Color information
#5FFDAD (or 0x5FFDAD) is known color: Medium Aquamarine. HEX triplet: 5F, FD and AD. RGB value is (95,253,173). Sum of RGB (Red+Green+Blue) = 95+253+173=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFDAD is #A00252. Grayscale: #C4C4C4. Windows color (decimal): -10486355 or 11402591. OLE color: 11402591.
HSL color Cylindrical-coordinate representation of color #5FFDAD: hue angle of 149.62º 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 #5FFDAD is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 173 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.01 |
| HSL | 149.62º | 0.98% | 0.68% | - |
| HSV(B) | 149.62º | 0.62% | 0.99% | - |
| XYZ | 47.39 | 75.7 | 51.65 | - |
| YUV | 196.64 | 114.65 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 173 | 0.62 | 0 | 0.32 | 0.01 | 149.62 | 0.98 | 0.68 |
| Hex | 5F | FD | AD | 3E | 0 | 20 | 1 | 96 | 62 | 44 |
| Octal | 137 | 375 | 255 | 76 | 0 | 40 | 1 | 226 | 142 | 104 |
| Binary | 1011111 | 11111101 | 10101101 | 111110 | 0 | 100000 | 1 | 10010110 | 1100010 | 1000100 |
Color Harmonies of #5FFDAD
Complementary color
Monochromatic Colors of #5FFDAD
Black with #5FFDAD
Text Example
Text Example
White with #5FFDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDAD; }
p { color: rgb(95,253,173); }
H1.HeaderClassName
{
color: #5FFDAD;
}
.AnyTagClassName
{
color: #5FFDAD;
}
</style>
background-color css
<style>
a { background-color: #5FFDAD; }
a { background-color: rgb(95,253,173); }
div.DivClassName
{
background-color: #5FFDAD;
}
.BgClassName
{
background-color: #5FFDAD;
}
</style>
border-color css
<style>
span { border-color: #5FFDAD; }
span { border-color: rgb(95,253,173); }
td.TdClassName
{
border-color: #5FFDAD;
}
.TagClassName
{
border-color: #5FFDAD;
}
</style>