Shades of Aquamarine #5AFDDE
Tints of Aquamarine #5AFDDE
RGB
CMYK
RGB Variations
Color information
#5AFDDE (or 0x5AFDDE) is known color: Aquamarine. HEX triplet: 5A, FD and DE. RGB value is (90,253,222). Sum of RGB (Red+Green+Blue) = 90+253+222=565 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.93% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFDDE is #A50221. Grayscale: #C8C8C8. Windows color (decimal): -10813986 or 14613850. OLE color: 14613850.
HSL color Cylindrical-coordinate representation of color #5AFDDE: hue angle of 168.59º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFDDE is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 222 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.01 |
| HSL | 168.59º | 0.98% | 0.67% | - |
| HSV(B) | 168.59º | 0.64% | 0.99% | - |
| XYZ | 52.53 | 77.7 | 81.34 | - |
| YUV | 200.73 | 140 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 222 | 0.64 | 0 | 0.12 | 0.01 | 168.59 | 0.98 | 0.67 |
| Hex | 5A | FD | DE | 40 | 0 | C | 1 | A9 | 62 | 43 |
| Octal | 132 | 375 | 336 | 100 | 0 | 14 | 1 | 251 | 142 | 103 |
| Binary | 1011010 | 11111101 | 11011110 | 1000000 | 0 | 1100 | 1 | 10101001 | 1100010 | 1000011 |
Color Harmonies of #5AFDDE
Complementary color
Monochromatic Colors of #5AFDDE
Black with #5AFDDE
Text Example
Text Example
White with #5AFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDDE; }
p { color: rgb(90,253,222); }
H1.HeaderClassName
{
color: #5AFDDE;
}
.AnyTagClassName
{
color: #5AFDDE;
}
</style>
background-color css
<style>
a { background-color: #5AFDDE; }
a { background-color: rgb(90,253,222); }
div.DivClassName
{
background-color: #5AFDDE;
}
.BgClassName
{
background-color: #5AFDDE;
}
</style>
border-color css
<style>
span { border-color: #5AFDDE; }
span { border-color: rgb(90,253,222); }
td.TdClassName
{
border-color: #5AFDDE;
}
.TagClassName
{
border-color: #5AFDDE;
}
</style>