Shades of Aquamarine #5FFADE
Tints of Aquamarine #5FFADE
RGB
CMYK
RGB Variations
Color information
#5FFADE (or 0x5FFADE) is known color: Aquamarine. HEX triplet: 5F, FA and DE. RGB value is (95,250,222). Sum of RGB (Red+Green+Blue) = 95+250+222=567 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.75% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFADE is #A00521. Grayscale: #C8C8C8. Windows color (decimal): -10487074 or 14613087. OLE color: 14613087.
HSL color Cylindrical-coordinate representation of color #5FFADE: hue angle of 169.16º 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 #5FFADE is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 222 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.02 |
| HSL | 169.16º | 0.94% | 0.68% | - |
| HSV(B) | 169.16º | 0.62% | 0.98% | - |
| XYZ | 52.09 | 76.08 | 81.05 | - |
| YUV | 200.46 | 140.15 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 222 | 0.62 | 0 | 0.11 | 0.02 | 169.16 | 0.94 | 0.68 |
| Hex | 5F | FA | DE | 3E | 0 | B | 2 | A9 | 5E | 44 |
| Octal | 137 | 372 | 336 | 76 | 0 | 13 | 2 | 251 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11011110 | 111110 | 0 | 1011 | 10 | 10101001 | 1011110 | 1000100 |
Color Harmonies of #5FFADE
Complementary color
Monochromatic Colors of #5FFADE
Black with #5FFADE
Text Example
Text Example
White with #5FFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFADE; }
p { color: rgb(95,250,222); }
H1.HeaderClassName
{
color: #5FFADE;
}
.AnyTagClassName
{
color: #5FFADE;
}
</style>
background-color css
<style>
a { background-color: #5FFADE; }
a { background-color: rgb(95,250,222); }
div.DivClassName
{
background-color: #5FFADE;
}
.BgClassName
{
background-color: #5FFADE;
}
</style>
border-color css
<style>
span { border-color: #5FFADE; }
span { border-color: rgb(95,250,222); }
td.TdClassName
{
border-color: #5FFADE;
}
.TagClassName
{
border-color: #5FFADE;
}
</style>