Shades of Aquamarine #5DFADB
Tints of Aquamarine #5DFADB
RGB
CMYK
RGB Variations
Color information
#5DFADB (or 0x5DFADB) is known color: Aquamarine. HEX triplet: 5D, FA and DB. RGB value is (93,250,219). Sum of RGB (Red+Green+Blue) = 93+250+219=562 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.55% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFADB is #A20524. Grayscale: #C7C7C7. Windows color (decimal): -10618149 or 14416477. OLE color: 14416477.
HSL color Cylindrical-coordinate representation of color #5DFADB: hue angle of 168.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFADB is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 250 | 219 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.02 |
| HSL | 168.15º | 0.94% | 0.67% | - |
| HSV(B) | 168.15º | 0.63% | 0.98% | - |
| XYZ | 51.49 | 75.81 | 78.94 | - |
| YUV | 199.52 | 138.99 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 250 | 219 | 0.63 | 0 | 0.12 | 0.02 | 168.15 | 0.94 | 0.67 |
| Hex | 5D | FA | DB | 3F | 0 | C | 2 | A8 | 5E | 43 |
| Octal | 135 | 372 | 333 | 77 | 0 | 14 | 2 | 250 | 136 | 103 |
| Binary | 1011101 | 11111010 | 11011011 | 111111 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000011 |
Color Harmonies of #5DFADB
Complementary color
Monochromatic Colors of #5DFADB
Black with #5DFADB
Text Example
Text Example
White with #5DFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFADB; }
p { color: rgb(93,250,219); }
H1.HeaderClassName
{
color: #5DFADB;
}
.AnyTagClassName
{
color: #5DFADB;
}
</style>
background-color css
<style>
a { background-color: #5DFADB; }
a { background-color: rgb(93,250,219); }
div.DivClassName
{
background-color: #5DFADB;
}
.BgClassName
{
background-color: #5DFADB;
}
</style>
border-color css
<style>
span { border-color: #5DFADB; }
span { border-color: rgb(93,250,219); }
td.TdClassName
{
border-color: #5DFADB;
}
.TagClassName
{
border-color: #5DFADB;
}
</style>