Shades of Aquamarine #5AFACE
Tints of Aquamarine #5AFACE
RGB
CMYK
RGB Variations
Color information
#5AFACE (or 0x5AFACE) is known color: Aquamarine. HEX triplet: 5A, FA and CE. RGB value is (90,250,206). Sum of RGB (Red+Green+Blue) = 90+250+206=546 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.48% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFACE is #A50531. Grayscale: #C5C5C5. Windows color (decimal): -10814770 or 13564506. OLE color: 13564506.
HSL color Cylindrical-coordinate representation of color #5AFACE: hue angle of 163.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFACE is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 206 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.02 |
| HSL | 163.5º | 0.94% | 0.67% | - |
| HSV(B) | 163.5º | 0.64% | 0.98% | - |
| XYZ | 49.54 | 75 | 70.26 | - |
| YUV | 197.14 | 132.99 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 206 | 0.64 | 0 | 0.18 | 0.02 | 163.5 | 0.94 | 0.67 |
| Hex | 5A | FA | CE | 40 | 0 | 12 | 2 | A4 | 5E | 43 |
| Octal | 132 | 372 | 316 | 100 | 0 | 22 | 2 | 244 | 136 | 103 |
| Binary | 1011010 | 11111010 | 11001110 | 1000000 | 0 | 10010 | 10 | 10100100 | 1011110 | 1000011 |
Color Harmonies of #5AFACE
Complementary color
Monochromatic Colors of #5AFACE
Black with #5AFACE
Text Example
Text Example
White with #5AFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFACE; }
p { color: rgb(90,250,206); }
H1.HeaderClassName
{
color: #5AFACE;
}
.AnyTagClassName
{
color: #5AFACE;
}
</style>
background-color css
<style>
a { background-color: #5AFACE; }
a { background-color: rgb(90,250,206); }
div.DivClassName
{
background-color: #5AFACE;
}
.BgClassName
{
background-color: #5AFACE;
}
</style>
border-color css
<style>
span { border-color: #5AFACE; }
span { border-color: rgb(90,250,206); }
td.TdClassName
{
border-color: #5AFACE;
}
.TagClassName
{
border-color: #5AFACE;
}
</style>