Shades of Medium Aquamarine #5FDAA8
Tints of Medium Aquamarine #5FDAA8
RGB
CMYK
RGB Variations
Color information
#5FDAA8 (or 0x5FDAA8) is known color: Medium Aquamarine. HEX triplet: 5F, DA and A8. RGB value is (95,218,168). Sum of RGB (Red+Green+Blue) = 95+218+168=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDAA8 is #A02557. Grayscale: #AFAFAF. Windows color (decimal): -10495320 or 11065951. OLE color: 11065951.
HSL color Cylindrical-coordinate representation of color #5FDAA8: hue angle of 155.61º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FDAA8 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 168 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.15 |
| HSL | 155.61º | 0.62% | 0.61% | - |
| HSV(B) | 155.61º | 0.56% | 0.85% | - |
| XYZ | 36.86 | 55.4 | 45.8 | - |
| YUV | 175.52 | 123.75 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 168 | 0.56 | 0 | 0.23 | 0.15 | 155.61 | 0.62 | 0.61 |
| Hex | 5F | DA | A8 | 38 | 0 | 17 | F | 9C | 3E | 3D |
| Octal | 137 | 332 | 250 | 70 | 0 | 27 | 17 | 234 | 76 | 75 |
| Binary | 1011111 | 11011010 | 10101000 | 111000 | 0 | 10111 | 1111 | 10011100 | 111110 | 111101 |
Color Harmonies of #5FDAA8
Complementary color
Monochromatic Colors of #5FDAA8
Black with #5FDAA8
Text Example
Text Example
White with #5FDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDAA8; }
p { color: rgb(95,218,168); }
H1.HeaderClassName
{
color: #5FDAA8;
}
.AnyTagClassName
{
color: #5FDAA8;
}
</style>
background-color css
<style>
a { background-color: #5FDAA8; }
a { background-color: rgb(95,218,168); }
div.DivClassName
{
background-color: #5FDAA8;
}
.BgClassName
{
background-color: #5FDAA8;
}
</style>
border-color css
<style>
span { border-color: #5FDAA8; }
span { border-color: rgb(95,218,168); }
td.TdClassName
{
border-color: #5FDAA8;
}
.TagClassName
{
border-color: #5FDAA8;
}
</style>