Shades of Aquamarine #5AFEC8
Tints of Aquamarine #5AFEC8
RGB
CMYK
RGB Variations
Color information
#5AFEC8 (or 0x5AFEC8) is known color: Aquamarine. HEX triplet: 5A, FE and C8. RGB value is (90,254,200). Sum of RGB (Red+Green+Blue) = 90+254+200=544 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.54% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFEC8 is #A50137. Grayscale: #C6C6C6. Windows color (decimal): -10813752 or 13172314. OLE color: 13172314.
HSL color Cylindrical-coordinate representation of color #5AFEC8: hue angle of 160.24º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFEC8 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 200 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.00 |
| HSL | 160.24º | 0.99% | 0.67% | - |
| HSV(B) | 160.24º | 0.65% | 1% | - |
| XYZ | 50.08 | 77.23 | 66.91 | - |
| YUV | 198.81 | 128.67 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 200 | 0.65 | 0 | 0.21 | 0.00 | 160.24 | 0.99 | 0.67 |
| Hex | 5A | FE | C8 | 41 | 0 | 15 | 0 | A0 | 63 | 43 |
| Octal | 132 | 376 | 310 | 101 | 0 | 25 | 0 | 240 | 143 | 103 |
| Binary | 1011010 | 11111110 | 11001000 | 1000001 | 0 | 10101 | 0 | 10100000 | 1100011 | 1000011 |
Color Harmonies of #5AFEC8
Complementary color
Monochromatic Colors of #5AFEC8
Black with #5AFEC8
Text Example
Text Example
White with #5AFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFEC8; }
p { color: rgb(90,254,200); }
H1.HeaderClassName
{
color: #5AFEC8;
}
.AnyTagClassName
{
color: #5AFEC8;
}
</style>
background-color css
<style>
a { background-color: #5AFEC8; }
a { background-color: rgb(90,254,200); }
div.DivClassName
{
background-color: #5AFEC8;
}
.BgClassName
{
background-color: #5AFEC8;
}
</style>
border-color css
<style>
span { border-color: #5AFEC8; }
span { border-color: rgb(90,254,200); }
td.TdClassName
{
border-color: #5AFEC8;
}
.TagClassName
{
border-color: #5AFEC8;
}
</style>