Shades of Aquamarine #5FFACE
Tints of Aquamarine #5FFACE
RGB
CMYK
RGB Variations
Color information
#5FFACE (or 0x5FFACE) is known color: Aquamarine. HEX triplet: 5F, FA and CE. RGB value is (95,250,206). Sum of RGB (Red+Green+Blue) = 95+250+206=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFACE is #A00531. Grayscale: #C6C6C6. Windows color (decimal): -10487090 or 13564511. OLE color: 13564511.
HSL color Cylindrical-coordinate representation of color #5FFACE: hue angle of 162.97º 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 #5FFACE is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 206 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.02 |
| HSL | 162.97º | 0.94% | 0.68% | - |
| HSV(B) | 162.97º | 0.62% | 0.98% | - |
| XYZ | 50.05 | 75.26 | 70.28 | - |
| YUV | 198.64 | 132.15 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 206 | 0.62 | 0 | 0.18 | 0.02 | 162.97 | 0.94 | 0.68 |
| Hex | 5F | FA | CE | 3E | 0 | 12 | 2 | A3 | 5E | 44 |
| Octal | 137 | 372 | 316 | 76 | 0 | 22 | 2 | 243 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11001110 | 111110 | 0 | 10010 | 10 | 10100011 | 1011110 | 1000100 |
Color Harmonies of #5FFACE
Complementary color
Monochromatic Colors of #5FFACE
Black with #5FFACE
Text Example
Text Example
White with #5FFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFACE; }
p { color: rgb(95,250,206); }
H1.HeaderClassName
{
color: #5FFACE;
}
.AnyTagClassName
{
color: #5FFACE;
}
</style>
background-color css
<style>
a { background-color: #5FFACE; }
a { background-color: rgb(95,250,206); }
div.DivClassName
{
background-color: #5FFACE;
}
.BgClassName
{
background-color: #5FFACE;
}
</style>
border-color css
<style>
span { border-color: #5FFACE; }
span { border-color: rgb(95,250,206); }
td.TdClassName
{
border-color: #5FFACE;
}
.TagClassName
{
border-color: #5FFACE;
}
</style>