Shades of Aquamarine #5AFBDB
Tints of Aquamarine #5AFBDB
RGB
CMYK
RGB Variations
Color information
#5AFBDB (or 0x5AFBDB) is known color: Aquamarine. HEX triplet: 5A, FB and DB. RGB value is (90,251,219). Sum of RGB (Red+Green+Blue) = 90+251+219=560 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.07% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFBDB is #A50424. Grayscale: #C7C7C7. Windows color (decimal): -10814501 or 14416730. OLE color: 14416730.
HSL color Cylindrical-coordinate representation of color #5AFBDB: hue angle of 168.07º 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 #5AFBDB is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 219 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.02 |
| HSL | 168.07º | 0.95% | 0.67% | - |
| HSV(B) | 168.07º | 0.64% | 0.98% | - |
| XYZ | 51.5 | 76.28 | 79.03 | - |
| YUV | 199.21 | 139.16 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 219 | 0.64 | 0 | 0.13 | 0.02 | 168.07 | 0.95 | 0.67 |
| Hex | 5A | FB | DB | 40 | 0 | D | 2 | A8 | 5F | 43 |
| Octal | 132 | 373 | 333 | 100 | 0 | 15 | 2 | 250 | 137 | 103 |
| Binary | 1011010 | 11111011 | 11011011 | 1000000 | 0 | 1101 | 10 | 10101000 | 1011111 | 1000011 |
Color Harmonies of #5AFBDB
Complementary color
Monochromatic Colors of #5AFBDB
Black with #5AFBDB
Text Example
Text Example
White with #5AFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBDB; }
p { color: rgb(90,251,219); }
H1.HeaderClassName
{
color: #5AFBDB;
}
.AnyTagClassName
{
color: #5AFBDB;
}
</style>
background-color css
<style>
a { background-color: #5AFBDB; }
a { background-color: rgb(90,251,219); }
div.DivClassName
{
background-color: #5AFBDB;
}
.BgClassName
{
background-color: #5AFBDB;
}
</style>
border-color css
<style>
span { border-color: #5AFBDB; }
span { border-color: rgb(90,251,219); }
td.TdClassName
{
border-color: #5AFBDB;
}
.TagClassName
{
border-color: #5AFBDB;
}
</style>