Shades of Aquamarine #5DFDCD
Tints of Aquamarine #5DFDCD
RGB
CMYK
RGB Variations
Color information
#5DFDCD (or 0x5DFDCD) is known color: Aquamarine. HEX triplet: 5D, FD and CD. RGB value is (93,253,205). Sum of RGB (Red+Green+Blue) = 93+253+205=551 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.88% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFDCD is #A20232. Grayscale: #C7C7C7. Windows color (decimal): -10617395 or 13499741. OLE color: 13499741.
HSL color Cylindrical-coordinate representation of color #5DFDCD: hue angle of 162º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFDCD is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 253 | 205 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.01 |
| HSL | 162º | 0.98% | 0.68% | - |
| HSV(B) | 162º | 0.63% | 0.99% | - |
| XYZ | 50.66 | 76.99 | 69.95 | - |
| YUV | 199.69 | 130.99 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 253 | 205 | 0.63 | 0 | 0.19 | 0.01 | 162 | 0.98 | 0.68 |
| Hex | 5D | FD | CD | 3F | 0 | 13 | 1 | A2 | 62 | 44 |
| Octal | 135 | 375 | 315 | 77 | 0 | 23 | 1 | 242 | 142 | 104 |
| Binary | 1011101 | 11111101 | 11001101 | 111111 | 0 | 10011 | 1 | 10100010 | 1100010 | 1000100 |
Color Harmonies of #5DFDCD
Complementary color
Monochromatic Colors of #5DFDCD
Black with #5DFDCD
Text Example
Text Example
White with #5DFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFDCD; }
p { color: rgb(93,253,205); }
H1.HeaderClassName
{
color: #5DFDCD;
}
.AnyTagClassName
{
color: #5DFDCD;
}
</style>
background-color css
<style>
a { background-color: #5DFDCD; }
a { background-color: rgb(93,253,205); }
div.DivClassName
{
background-color: #5DFDCD;
}
.BgClassName
{
background-color: #5DFDCD;
}
</style>
border-color css
<style>
span { border-color: #5DFDCD; }
span { border-color: rgb(93,253,205); }
td.TdClassName
{
border-color: #5DFDCD;
}
.TagClassName
{
border-color: #5DFDCD;
}
</style>