Shades of Aquamarine #5AFFCE
Tints of Aquamarine #5AFFCE
RGB
CMYK
RGB Variations
Color information
#5AFFCE (or 0x5AFFCE) is known color: Aquamarine. HEX triplet: 5A, FF and CE. RGB value is (90,255,206). Sum of RGB (Red+Green+Blue) = 90+255+206=551 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.33% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFFCE is #A50031. Grayscale: #C8C8C8. Windows color (decimal): -10813490 or 13565786. OLE color: 13565786.
HSL color Cylindrical-coordinate representation of color #5AFFCE: hue angle of 162.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFFCE is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 206 | - |
| CMYK | 0.65 | 0 | 0.19 | 0 |
| HSL | 162.18º | 1% | 0.68% | - |
| HSV(B) | 162.18º | 0.65% | 1% | - |
| XYZ | 51.12 | 78.15 | 70.78 | - |
| YUV | 200.08 | 131.34 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 206 | 0.65 | 0 | 0.19 | 0 | 162.18 | 1 | 0.68 |
| Hex | 5A | FF | CE | 41 | 0 | 13 | 0 | A2 | 64 | 44 |
| Octal | 132 | 377 | 316 | 101 | 0 | 23 | 0 | 242 | 144 | 104 |
| Binary | 1011010 | 11111111 | 11001110 | 1000001 | 0 | 10011 | 0 | 10100010 | 1100100 | 1000100 |
Color Harmonies of #5AFFCE
Complementary color
Monochromatic Colors of #5AFFCE
Black with #5AFFCE
Text Example
Text Example
White with #5AFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFFCE; }
p { color: rgb(90,255,206); }
H1.HeaderClassName
{
color: #5AFFCE;
}
.AnyTagClassName
{
color: #5AFFCE;
}
</style>
background-color css
<style>
a { background-color: #5AFFCE; }
a { background-color: rgb(90,255,206); }
div.DivClassName
{
background-color: #5AFFCE;
}
.BgClassName
{
background-color: #5AFFCE;
}
</style>
border-color css
<style>
span { border-color: #5AFFCE; }
span { border-color: rgb(90,255,206); }
td.TdClassName
{
border-color: #5AFFCE;
}
.TagClassName
{
border-color: #5AFFCE;
}
</style>