Shades of Aquamarine #5AFDBF
Tints of Aquamarine #5AFDBF
RGB
CMYK
RGB Variations
Color information
#5AFDBF (or 0x5AFDBF) is known color: Aquamarine. HEX triplet: 5A, FD and BF. RGB value is (90,253,191). Sum of RGB (Red+Green+Blue) = 90+253+191=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFDBF is #A50240. Grayscale: #C5C5C5. Windows color (decimal): -10814017 or 12582234. OLE color: 12582234.
HSL color Cylindrical-coordinate representation of color #5AFDBF: hue angle of 157.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFDBF is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 191 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.01 |
| HSL | 157.18º | 0.98% | 0.67% | - |
| HSV(B) | 157.18º | 0.64% | 0.99% | - |
| XYZ | 48.75 | 76.19 | 61.43 | - |
| YUV | 197.2 | 124.5 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 191 | 0.64 | 0 | 0.25 | 0.01 | 157.18 | 0.98 | 0.67 |
| Hex | 5A | FD | BF | 40 | 0 | 19 | 1 | 9D | 62 | 43 |
| Octal | 132 | 375 | 277 | 100 | 0 | 31 | 1 | 235 | 142 | 103 |
| Binary | 1011010 | 11111101 | 10111111 | 1000000 | 0 | 11001 | 1 | 10011101 | 1100010 | 1000011 |
Color Harmonies of #5AFDBF
Complementary color
Monochromatic Colors of #5AFDBF
Black with #5AFDBF
Text Example
Text Example
White with #5AFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDBF; }
p { color: rgb(90,253,191); }
H1.HeaderClassName
{
color: #5AFDBF;
}
.AnyTagClassName
{
color: #5AFDBF;
}
</style>
background-color css
<style>
a { background-color: #5AFDBF; }
a { background-color: rgb(90,253,191); }
div.DivClassName
{
background-color: #5AFDBF;
}
.BgClassName
{
background-color: #5AFDBF;
}
</style>
border-color css
<style>
span { border-color: #5AFDBF; }
span { border-color: rgb(90,253,191); }
td.TdClassName
{
border-color: #5AFDBF;
}
.TagClassName
{
border-color: #5AFDBF;
}
</style>