Shades of Aquamarine #5AFEB4
Tints of Aquamarine #5AFEB4
RGB
CMYK
RGB Variations
Color information
#5AFEB4 (or 0x5AFEB4) is known color: Aquamarine. HEX triplet: 5A, FE and B4. RGB value is (90,254,180). Sum of RGB (Red+Green+Blue) = 90+254+180=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFEB4 is #A5014B. Grayscale: #C4C4C4. Windows color (decimal): -10813772 or 11861594. OLE color: 11861594.
HSL color Cylindrical-coordinate representation of color #5AFEB4: hue angle of 152.93º 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 #5AFEB4 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 180 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.00 |
| HSL | 152.93º | 0.99% | 0.67% | - |
| HSV(B) | 152.93º | 0.65% | 1% | - |
| XYZ | 47.9 | 76.35 | 55.39 | - |
| YUV | 196.53 | 118.67 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 180 | 0.65 | 0 | 0.29 | 0.00 | 152.93 | 0.99 | 0.67 |
| Hex | 5A | FE | B4 | 41 | 0 | 1D | 0 | 99 | 63 | 43 |
| Octal | 132 | 376 | 264 | 101 | 0 | 35 | 0 | 231 | 143 | 103 |
| Binary | 1011010 | 11111110 | 10110100 | 1000001 | 0 | 11101 | 0 | 10011001 | 1100011 | 1000011 |
Color Harmonies of #5AFEB4
Complementary color
Monochromatic Colors of #5AFEB4
Black with #5AFEB4
Text Example
Text Example
White with #5AFEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFEB4; }
p { color: rgb(90,254,180); }
H1.HeaderClassName
{
color: #5AFEB4;
}
.AnyTagClassName
{
color: #5AFEB4;
}
</style>
background-color css
<style>
a { background-color: #5AFEB4; }
a { background-color: rgb(90,254,180); }
div.DivClassName
{
background-color: #5AFEB4;
}
.BgClassName
{
background-color: #5AFEB4;
}
</style>
border-color css
<style>
span { border-color: #5AFEB4; }
span { border-color: rgb(90,254,180); }
td.TdClassName
{
border-color: #5AFEB4;
}
.TagClassName
{
border-color: #5AFEB4;
}
</style>