Shades of Aquamarine #5AFFDB
Tints of Aquamarine #5AFFDB
RGB
CMYK
RGB Variations
Color information
#5AFFDB (or 0x5AFFDB) is known color: Aquamarine. HEX triplet: 5A, FF and DB. RGB value is (90,255,219). Sum of RGB (Red+Green+Blue) = 90+255+219=564 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.96% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFFDB is #A50024. Grayscale: #C9C9C9. Windows color (decimal): -10813477 or 14417754. OLE color: 14417754.
HSL color Cylindrical-coordinate representation of color #5AFFDB: hue angle of 166.91º 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 #5AFFDB is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 219 | - |
| CMYK | 0.65 | 0 | 0.14 | 0 |
| HSL | 166.91º | 1% | 0.68% | - |
| HSV(B) | 166.91º | 0.65% | 1% | - |
| XYZ | 52.76 | 78.81 | 79.45 | - |
| YUV | 201.56 | 137.84 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 219 | 0.65 | 0 | 0.14 | 0 | 166.91 | 1 | 0.68 |
| Hex | 5A | FF | DB | 41 | 0 | E | 0 | A7 | 64 | 44 |
| Octal | 132 | 377 | 333 | 101 | 0 | 16 | 0 | 247 | 144 | 104 |
| Binary | 1011010 | 11111111 | 11011011 | 1000001 | 0 | 1110 | 0 | 10100111 | 1100100 | 1000100 |
Color Harmonies of #5AFFDB
Complementary color
Monochromatic Colors of #5AFFDB
Black with #5AFFDB
Text Example
Text Example
White with #5AFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFFDB; }
p { color: rgb(90,255,219); }
H1.HeaderClassName
{
color: #5AFFDB;
}
.AnyTagClassName
{
color: #5AFFDB;
}
</style>
background-color css
<style>
a { background-color: #5AFFDB; }
a { background-color: rgb(90,255,219); }
div.DivClassName
{
background-color: #5AFFDB;
}
.BgClassName
{
background-color: #5AFFDB;
}
</style>
border-color css
<style>
span { border-color: #5AFFDB; }
span { border-color: rgb(90,255,219); }
td.TdClassName
{
border-color: #5AFFDB;
}
.TagClassName
{
border-color: #5AFFDB;
}
</style>