Shades of Aquamarine #5AFEBC
Tints of Aquamarine #5AFEBC
RGB
CMYK
RGB Variations
Color information
#5AFEBC (or 0x5AFEBC) is known color: Aquamarine. HEX triplet: 5A, FE and BC. RGB value is (90,254,188). Sum of RGB (Red+Green+Blue) = 90+254+188=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFEBC is #A50143. Grayscale: #C5C5C5. Windows color (decimal): -10813764 or 12385882. OLE color: 12385882.
HSL color Cylindrical-coordinate representation of color #5AFEBC: hue angle of 155.85º 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 #5AFEBC is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 188 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.00 |
| HSL | 155.85º | 0.99% | 0.67% | - |
| HSV(B) | 155.85º | 0.65% | 1% | - |
| XYZ | 48.74 | 76.69 | 59.81 | - |
| YUV | 197.44 | 122.67 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 188 | 0.65 | 0 | 0.26 | 0.00 | 155.85 | 0.99 | 0.67 |
| Hex | 5A | FE | BC | 41 | 0 | 1A | 0 | 9C | 63 | 43 |
| Octal | 132 | 376 | 274 | 101 | 0 | 32 | 0 | 234 | 143 | 103 |
| Binary | 1011010 | 11111110 | 10111100 | 1000001 | 0 | 11010 | 0 | 10011100 | 1100011 | 1000011 |
Color Harmonies of #5AFEBC
Complementary color
Monochromatic Colors of #5AFEBC
Black with #5AFEBC
Text Example
Text Example
White with #5AFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFEBC; }
p { color: rgb(90,254,188); }
H1.HeaderClassName
{
color: #5AFEBC;
}
.AnyTagClassName
{
color: #5AFEBC;
}
</style>
background-color css
<style>
a { background-color: #5AFEBC; }
a { background-color: rgb(90,254,188); }
div.DivClassName
{
background-color: #5AFEBC;
}
.BgClassName
{
background-color: #5AFEBC;
}
</style>
border-color css
<style>
span { border-color: #5AFEBC; }
span { border-color: rgb(90,254,188); }
td.TdClassName
{
border-color: #5AFEBC;
}
.TagClassName
{
border-color: #5AFEBC;
}
</style>