Shades of Aquamarine #5AFBBD
Tints of Aquamarine #5AFBBD
RGB
CMYK
RGB Variations
Color information
#5AFBBD (or 0x5AFBBD) is known color: Aquamarine. HEX triplet: 5A, FB and BD. RGB value is (90,251,189). Sum of RGB (Red+Green+Blue) = 90+251+189=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFBBD is #A50442. Grayscale: #C3C3C3. Windows color (decimal): -10814531 or 12450650. OLE color: 12450650.
HSL color Cylindrical-coordinate representation of color #5AFBBD: hue angle of 156.89º 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 #5AFBBD is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 189 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.02 |
| HSL | 156.89º | 0.95% | 0.67% | - |
| HSV(B) | 156.89º | 0.64% | 0.98% | - |
| XYZ | 47.9 | 74.84 | 60.07 | - |
| YUV | 195.79 | 124.16 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 189 | 0.64 | 0 | 0.25 | 0.02 | 156.89 | 0.95 | 0.67 |
| Hex | 5A | FB | BD | 40 | 0 | 19 | 2 | 9D | 5F | 43 |
| Octal | 132 | 373 | 275 | 100 | 0 | 31 | 2 | 235 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10111101 | 1000000 | 0 | 11001 | 10 | 10011101 | 1011111 | 1000011 |
Color Harmonies of #5AFBBD
Complementary color
Monochromatic Colors of #5AFBBD
Black with #5AFBBD
Text Example
Text Example
White with #5AFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBBD; }
p { color: rgb(90,251,189); }
H1.HeaderClassName
{
color: #5AFBBD;
}
.AnyTagClassName
{
color: #5AFBBD;
}
</style>
background-color css
<style>
a { background-color: #5AFBBD; }
a { background-color: rgb(90,251,189); }
div.DivClassName
{
background-color: #5AFBBD;
}
.BgClassName
{
background-color: #5AFBBD;
}
</style>
border-color css
<style>
span { border-color: #5AFBBD; }
span { border-color: rgb(90,251,189); }
td.TdClassName
{
border-color: #5AFBBD;
}
.TagClassName
{
border-color: #5AFBBD;
}
</style>