Shades of Aquamarine #5AFFB5
Tints of Aquamarine #5AFFB5
RGB
CMYK
RGB Variations
Color information
#5AFFB5 (or 0x5AFFB5) is known color: Aquamarine. HEX triplet: 5A, FF and B5. RGB value is (90,255,181). Sum of RGB (Red+Green+Blue) = 90+255+181=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFFB5 is #A5004A. Grayscale: #C5C5C5. Windows color (decimal): -10813515 or 11927386. OLE color: 11927386.
HSL color Cylindrical-coordinate representation of color #5AFFB5: hue angle of 153.09º 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 #5AFFB5 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 181 | - |
| CMYK | 0.65 | 0 | 0.29 | 0 |
| HSL | 153.09º | 1% | 0.68% | - |
| HSV(B) | 153.09º | 0.65% | 1% | - |
| XYZ | 48.32 | 77.03 | 56.04 | - |
| YUV | 197.23 | 118.84 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 181 | 0.65 | 0 | 0.29 | 0 | 153.09 | 1 | 0.68 |
| Hex | 5A | FF | B5 | 41 | 0 | 1D | 0 | 99 | 64 | 44 |
| Octal | 132 | 377 | 265 | 101 | 0 | 35 | 0 | 231 | 144 | 104 |
| Binary | 1011010 | 11111111 | 10110101 | 1000001 | 0 | 11101 | 0 | 10011001 | 1100100 | 1000100 |
Color Harmonies of #5AFFB5
Complementary color
Monochromatic Colors of #5AFFB5
Black with #5AFFB5
Text Example
Text Example
White with #5AFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFFB5; }
p { color: rgb(90,255,181); }
H1.HeaderClassName
{
color: #5AFFB5;
}
.AnyTagClassName
{
color: #5AFFB5;
}
</style>
background-color css
<style>
a { background-color: #5AFFB5; }
a { background-color: rgb(90,255,181); }
div.DivClassName
{
background-color: #5AFFB5;
}
.BgClassName
{
background-color: #5AFFB5;
}
</style>
border-color css
<style>
span { border-color: #5AFFB5; }
span { border-color: rgb(90,255,181); }
td.TdClassName
{
border-color: #5AFFB5;
}
.TagClassName
{
border-color: #5AFFB5;
}
</style>