Shades of Aquamarine #5AFFDF
Tints of Aquamarine #5AFFDF
RGB
CMYK
RGB Variations
Color information
#5AFFDF (or 0x5AFFDF) is known color: Aquamarine. HEX triplet: 5A, FF and DF. RGB value is (90,255,223). Sum of RGB (Red+Green+Blue) = 90+255+223=568 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.85% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFFDF is #A50020. Grayscale: #C9C9C9. Windows color (decimal): -10813473 or 14679898. OLE color: 14679898.
HSL color Cylindrical-coordinate representation of color #5AFFDF: hue angle of 168.36º 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 #5AFFDF is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 223 | - |
| CMYK | 0.65 | 0 | 0.13 | 0 |
| HSL | 168.36º | 1% | 0.68% | - |
| HSV(B) | 168.36º | 0.65% | 1% | - |
| XYZ | 53.3 | 79.02 | 82.26 | - |
| YUV | 202.02 | 139.84 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 223 | 0.65 | 0 | 0.13 | 0 | 168.36 | 1 | 0.68 |
| Hex | 5A | FF | DF | 41 | 0 | D | 0 | A8 | 64 | 44 |
| Octal | 132 | 377 | 337 | 101 | 0 | 15 | 0 | 250 | 144 | 104 |
| Binary | 1011010 | 11111111 | 11011111 | 1000001 | 0 | 1101 | 0 | 10101000 | 1100100 | 1000100 |
Color Harmonies of #5AFFDF
Complementary color
Monochromatic Colors of #5AFFDF
Black with #5AFFDF
Text Example
Text Example
White with #5AFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFFDF; }
p { color: rgb(90,255,223); }
H1.HeaderClassName
{
color: #5AFFDF;
}
.AnyTagClassName
{
color: #5AFFDF;
}
</style>
background-color css
<style>
a { background-color: #5AFFDF; }
a { background-color: rgb(90,255,223); }
div.DivClassName
{
background-color: #5AFFDF;
}
.BgClassName
{
background-color: #5AFFDF;
}
</style>
border-color css
<style>
span { border-color: #5AFFDF; }
span { border-color: rgb(90,255,223); }
td.TdClassName
{
border-color: #5AFFDF;
}
.TagClassName
{
border-color: #5AFFDF;
}
</style>