Shades of Aquamarine #5AFBBA
Tints of Aquamarine #5AFBBA
RGB
CMYK
RGB Variations
Color information
#5AFBBA (or 0x5AFBBA) is known color: Aquamarine. HEX triplet: 5A, FB and BA. RGB value is (90,251,186). Sum of RGB (Red+Green+Blue) = 90+251+186=527 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.08% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFBBA is #A50445. Grayscale: #C3C3C3. Windows color (decimal): -10814534 or 12254042. OLE color: 12254042.
HSL color Cylindrical-coordinate representation of color #5AFBBA: hue angle of 155.78º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFBBA is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 186 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.02 |
| HSL | 155.78º | 0.95% | 0.67% | - |
| HSV(B) | 155.78º | 0.64% | 0.98% | - |
| XYZ | 47.58 | 74.71 | 58.37 | - |
| YUV | 195.45 | 122.66 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 186 | 0.64 | 0 | 0.26 | 0.02 | 155.78 | 0.95 | 0.67 |
| Hex | 5A | FB | BA | 40 | 0 | 1A | 2 | 9C | 5F | 43 |
| Octal | 132 | 373 | 272 | 100 | 0 | 32 | 2 | 234 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10111010 | 1000000 | 0 | 11010 | 10 | 10011100 | 1011111 | 1000011 |
Color Harmonies of #5AFBBA
Complementary color
Monochromatic Colors of #5AFBBA
Black with #5AFBBA
Text Example
Text Example
White with #5AFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBBA; }
p { color: rgb(90,251,186); }
H1.HeaderClassName
{
color: #5AFBBA;
}
.AnyTagClassName
{
color: #5AFBBA;
}
</style>
background-color css
<style>
a { background-color: #5AFBBA; }
a { background-color: rgb(90,251,186); }
div.DivClassName
{
background-color: #5AFBBA;
}
.BgClassName
{
background-color: #5AFBBA;
}
</style>
border-color css
<style>
span { border-color: #5AFBBA; }
span { border-color: rgb(90,251,186); }
td.TdClassName
{
border-color: #5AFBBA;
}
.TagClassName
{
border-color: #5AFBBA;
}
</style>