Shades of Aquamarine #5AFEB3
Tints of Aquamarine #5AFEB3
RGB
CMYK
RGB Variations
Color information
#5AFEB3 (or 0x5AFEB3) is known color: Aquamarine. HEX triplet: 5A, FE and B3. RGB value is (90,254,179). Sum of RGB (Red+Green+Blue) = 90+254+179=523 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.21% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFEB3 is #A5014C. Grayscale: #C4C4C4. Windows color (decimal): -10813773 or 11796058. OLE color: 11796058.
HSL color Cylindrical-coordinate representation of color #5AFEB3: hue angle of 152.56º 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 #5AFEB3 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 179 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.00 |
| HSL | 152.56º | 0.99% | 0.67% | - |
| HSV(B) | 152.56º | 0.65% | 1% | - |
| XYZ | 47.79 | 76.31 | 54.86 | - |
| YUV | 196.41 | 118.17 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 179 | 0.65 | 0 | 0.30 | 0.00 | 152.56 | 0.99 | 0.67 |
| Hex | 5A | FE | B3 | 41 | 0 | 1E | 0 | 99 | 63 | 43 |
| Octal | 132 | 376 | 263 | 101 | 0 | 36 | 0 | 231 | 143 | 103 |
| Binary | 1011010 | 11111110 | 10110011 | 1000001 | 0 | 11110 | 0 | 10011001 | 1100011 | 1000011 |
Color Harmonies of #5AFEB3
Complementary color
Monochromatic Colors of #5AFEB3
Black with #5AFEB3
Text Example
Text Example
White with #5AFEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFEB3; }
p { color: rgb(90,254,179); }
H1.HeaderClassName
{
color: #5AFEB3;
}
.AnyTagClassName
{
color: #5AFEB3;
}
</style>
background-color css
<style>
a { background-color: #5AFEB3; }
a { background-color: rgb(90,254,179); }
div.DivClassName
{
background-color: #5AFEB3;
}
.BgClassName
{
background-color: #5AFEB3;
}
</style>
border-color css
<style>
span { border-color: #5AFEB3; }
span { border-color: rgb(90,254,179); }
td.TdClassName
{
border-color: #5AFEB3;
}
.TagClassName
{
border-color: #5AFEB3;
}
</style>