Shades of Aquamarine #5FFAD8
Tints of Aquamarine #5FFAD8
RGB
CMYK
RGB Variations
Color information
#5FFAD8 (or 0x5FFAD8) is known color: Aquamarine. HEX triplet: 5F, FA and D8. RGB value is (95,250,216). Sum of RGB (Red+Green+Blue) = 95+250+216=561 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.93% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAD8 is #A00527. Grayscale: #C7C7C7. Windows color (decimal): -10487080 or 14219871. OLE color: 14219871.
HSL color Cylindrical-coordinate representation of color #5FFAD8: hue angle of 166.84º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFAD8 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 216 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.02 |
| HSL | 166.84º | 0.94% | 0.68% | - |
| HSV(B) | 166.84º | 0.62% | 0.98% | - |
| XYZ | 51.3 | 75.76 | 76.89 | - |
| YUV | 199.78 | 137.15 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 216 | 0.62 | 0 | 0.14 | 0.02 | 166.84 | 0.94 | 0.68 |
| Hex | 5F | FA | D8 | 3E | 0 | E | 2 | A7 | 5E | 44 |
| Octal | 137 | 372 | 330 | 76 | 0 | 16 | 2 | 247 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11011000 | 111110 | 0 | 1110 | 10 | 10100111 | 1011110 | 1000100 |
Color Harmonies of #5FFAD8
Complementary color
Monochromatic Colors of #5FFAD8
Black with #5FFAD8
Text Example
Text Example
White with #5FFAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAD8; }
p { color: rgb(95,250,216); }
H1.HeaderClassName
{
color: #5FFAD8;
}
.AnyTagClassName
{
color: #5FFAD8;
}
</style>
background-color css
<style>
a { background-color: #5FFAD8; }
a { background-color: rgb(95,250,216); }
div.DivClassName
{
background-color: #5FFAD8;
}
.BgClassName
{
background-color: #5FFAD8;
}
</style>
border-color css
<style>
span { border-color: #5FFAD8; }
span { border-color: rgb(95,250,216); }
td.TdClassName
{
border-color: #5FFAD8;
}
.TagClassName
{
border-color: #5FFAD8;
}
</style>