Shades of Aquamarine #5AFFBD
Tints of Aquamarine #5AFFBD
RGB
CMYK
RGB Variations
Color information
#5AFFBD (or 0x5AFFBD) is known color: Aquamarine. HEX triplet: 5A, FF and BD. RGB value is (90,255,189). Sum of RGB (Red+Green+Blue) = 90+255+189=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFFBD is #A50042. Grayscale: #C6C6C6. Windows color (decimal): -10813507 or 12451674. OLE color: 12451674.
HSL color Cylindrical-coordinate representation of color #5AFFBD: hue angle of 156º 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 #5AFFBD is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 189 | - |
| CMYK | 0.65 | 0 | 0.26 | 0 |
| HSL | 156º | 1% | 0.68% | - |
| HSV(B) | 156º | 0.65% | 1% | - |
| XYZ | 49.16 | 77.37 | 60.49 | - |
| YUV | 198.14 | 122.84 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 189 | 0.65 | 0 | 0.26 | 0 | 156 | 1 | 0.68 |
| Hex | 5A | FF | BD | 41 | 0 | 1A | 0 | 9C | 64 | 44 |
| Octal | 132 | 377 | 275 | 101 | 0 | 32 | 0 | 234 | 144 | 104 |
| Binary | 1011010 | 11111111 | 10111101 | 1000001 | 0 | 11010 | 0 | 10011100 | 1100100 | 1000100 |
Color Harmonies of #5AFFBD
Complementary color
Monochromatic Colors of #5AFFBD
Black with #5AFFBD
Text Example
Text Example
White with #5AFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFFBD; }
p { color: rgb(90,255,189); }
H1.HeaderClassName
{
color: #5AFFBD;
}
.AnyTagClassName
{
color: #5AFFBD;
}
</style>
background-color css
<style>
a { background-color: #5AFFBD; }
a { background-color: rgb(90,255,189); }
div.DivClassName
{
background-color: #5AFFBD;
}
.BgClassName
{
background-color: #5AFFBD;
}
</style>
border-color css
<style>
span { border-color: #5AFFBD; }
span { border-color: rgb(90,255,189); }
td.TdClassName
{
border-color: #5AFFBD;
}
.TagClassName
{
border-color: #5AFFBD;
}
</style>