Shades of Aquamarine #5DFEDA
Tints of Aquamarine #5DFEDA
RGB
CMYK
RGB Variations
Color information
#5DFEDA (or 0x5DFEDA) is known color: Aquamarine. HEX triplet: 5D, FE and DA. RGB value is (93,254,218). Sum of RGB (Red+Green+Blue) = 93+254+218=565 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.46% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFEDA is #A20125. Grayscale: #C9C9C9. Windows color (decimal): -10617126 or 14351965. OLE color: 14351965.
HSL color Cylindrical-coordinate representation of color #5DFEDA: hue angle of 166.58º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFEDA is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 218 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.00 |
| HSL | 166.58º | 0.99% | 0.68% | - |
| HSV(B) | 166.58º | 0.63% | 1% | - |
| XYZ | 52.61 | 78.27 | 78.66 | - |
| YUV | 201.76 | 137.16 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 218 | 0.63 | 0 | 0.14 | 0.00 | 166.58 | 0.99 | 0.68 |
| Hex | 5D | FE | DA | 3F | 0 | E | 0 | A7 | 63 | 44 |
| Octal | 135 | 376 | 332 | 77 | 0 | 16 | 0 | 247 | 143 | 104 |
| Binary | 1011101 | 11111110 | 11011010 | 111111 | 0 | 1110 | 0 | 10100111 | 1100011 | 1000100 |
Color Harmonies of #5DFEDA
Complementary color
Monochromatic Colors of #5DFEDA
Black with #5DFEDA
Text Example
Text Example
White with #5DFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFEDA; }
p { color: rgb(93,254,218); }
H1.HeaderClassName
{
color: #5DFEDA;
}
.AnyTagClassName
{
color: #5DFEDA;
}
</style>
background-color css
<style>
a { background-color: #5DFEDA; }
a { background-color: rgb(93,254,218); }
div.DivClassName
{
background-color: #5DFEDA;
}
.BgClassName
{
background-color: #5DFEDA;
}
</style>
border-color css
<style>
span { border-color: #5DFEDA; }
span { border-color: rgb(93,254,218); }
td.TdClassName
{
border-color: #5DFEDA;
}
.TagClassName
{
border-color: #5DFEDA;
}
</style>