Shades of Aquamarine #5DFFDB
Tints of Aquamarine #5DFFDB
RGB
CMYK
RGB Variations
Color information
#5DFFDB (or 0x5DFFDB) is known color: Aquamarine. HEX triplet: 5D, FF and DB. RGB value is (93,255,219). Sum of RGB (Red+Green+Blue) = 93+255+219=567 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.40% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFFDB is #A20024. Grayscale: #CACACA. Windows color (decimal): -10616869 or 14417757. OLE color: 14417757.
HSL color Cylindrical-coordinate representation of color #5DFFDB: hue angle of 166.67º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFFDB is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 219 | - |
| CMYK | 0.64 | 0 | 0.14 | 0 |
| HSL | 166.67º | 1% | 0.68% | - |
| HSV(B) | 166.67º | 0.64% | 1% | - |
| XYZ | 53.06 | 78.96 | 79.46 | - |
| YUV | 202.46 | 137.33 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 219 | 0.64 | 0 | 0.14 | 0 | 166.67 | 1 | 0.68 |
| Hex | 5D | FF | DB | 40 | 0 | E | 0 | A7 | 64 | 44 |
| Octal | 135 | 377 | 333 | 100 | 0 | 16 | 0 | 247 | 144 | 104 |
| Binary | 1011101 | 11111111 | 11011011 | 1000000 | 0 | 1110 | 0 | 10100111 | 1100100 | 1000100 |
Color Harmonies of #5DFFDB
Complementary color
Monochromatic Colors of #5DFFDB
Black with #5DFFDB
Text Example
Text Example
White with #5DFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFFDB; }
p { color: rgb(93,255,219); }
H1.HeaderClassName
{
color: #5DFFDB;
}
.AnyTagClassName
{
color: #5DFFDB;
}
</style>
background-color css
<style>
a { background-color: #5DFFDB; }
a { background-color: rgb(93,255,219); }
div.DivClassName
{
background-color: #5DFFDB;
}
.BgClassName
{
background-color: #5DFFDB;
}
</style>
border-color css
<style>
span { border-color: #5DFFDB; }
span { border-color: rgb(93,255,219); }
td.TdClassName
{
border-color: #5DFFDB;
}
.TagClassName
{
border-color: #5DFFDB;
}
</style>