Shades of Medium Aquamarine #5FD8A6
Tints of Medium Aquamarine #5FD8A6
RGB
CMYK
RGB Variations
Color information
#5FD8A6 (or 0x5FD8A6) is known color: Medium Aquamarine. HEX triplet: 5F, D8 and A6. RGB value is (95,216,166). Sum of RGB (Red+Green+Blue) = 95+216+166=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD8A6 is #A02759. Grayscale: #AEAEAE. Windows color (decimal): -10495834 or 10934367. OLE color: 10934367.
HSL color Cylindrical-coordinate representation of color #5FD8A6: hue angle of 155.21º degrees, saturation: 0.61, 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 #5FD8A6 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 166 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.15 |
| HSL | 155.21º | 0.61% | 0.61% | - |
| HSV(B) | 155.21º | 0.56% | 0.85% | - |
| XYZ | 36.16 | 54.3 | 44.65 | - |
| YUV | 174.12 | 123.41 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 166 | 0.56 | 0 | 0.23 | 0.15 | 155.21 | 0.61 | 0.61 |
| Hex | 5F | D8 | A6 | 38 | 0 | 17 | F | 9B | 3D | 3D |
| Octal | 137 | 330 | 246 | 70 | 0 | 27 | 17 | 233 | 75 | 75 |
| Binary | 1011111 | 11011000 | 10100110 | 111000 | 0 | 10111 | 1111 | 10011011 | 111101 | 111101 |
Color Harmonies of #5FD8A6
Complementary color
Monochromatic Colors of #5FD8A6
Black with #5FD8A6
Text Example
Text Example
White with #5FD8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD8A6; }
p { color: rgb(95,216,166); }
H1.HeaderClassName
{
color: #5FD8A6;
}
.AnyTagClassName
{
color: #5FD8A6;
}
</style>
background-color css
<style>
a { background-color: #5FD8A6; }
a { background-color: rgb(95,216,166); }
div.DivClassName
{
background-color: #5FD8A6;
}
.BgClassName
{
background-color: #5FD8A6;
}
</style>
border-color css
<style>
span { border-color: #5FD8A6; }
span { border-color: rgb(95,216,166); }
td.TdClassName
{
border-color: #5FD8A6;
}
.TagClassName
{
border-color: #5FD8A6;
}
</style>