Shades of Aquamarine #5DFACD
Tints of Aquamarine #5DFACD
RGB
CMYK
RGB Variations
Color information
#5DFACD (or 0x5DFACD) is known color: Aquamarine. HEX triplet: 5D, FA and CD. RGB value is (93,250,205). Sum of RGB (Red+Green+Blue) = 93+250+205=548 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.97% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFACD is #A20532. Grayscale: #C5C5C5. Windows color (decimal): -10618163 or 13498973. OLE color: 13498973.
HSL color Cylindrical-coordinate representation of color #5DFACD: hue angle of 162.8º 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 #5DFACD is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 250 | 205 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.02 |
| HSL | 162.8º | 0.94% | 0.67% | - |
| HSV(B) | 162.8º | 0.63% | 0.98% | - |
| XYZ | 49.72 | 75.11 | 69.63 | - |
| YUV | 197.93 | 131.99 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 250 | 205 | 0.63 | 0 | 0.18 | 0.02 | 162.8 | 0.94 | 0.67 |
| Hex | 5D | FA | CD | 3F | 0 | 12 | 2 | A3 | 5E | 43 |
| Octal | 135 | 372 | 315 | 77 | 0 | 22 | 2 | 243 | 136 | 103 |
| Binary | 1011101 | 11111010 | 11001101 | 111111 | 0 | 10010 | 10 | 10100011 | 1011110 | 1000011 |
Color Harmonies of #5DFACD
Complementary color
Monochromatic Colors of #5DFACD
Black with #5DFACD
Text Example
Text Example
White with #5DFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFACD; }
p { color: rgb(93,250,205); }
H1.HeaderClassName
{
color: #5DFACD;
}
.AnyTagClassName
{
color: #5DFACD;
}
</style>
background-color css
<style>
a { background-color: #5DFACD; }
a { background-color: rgb(93,250,205); }
div.DivClassName
{
background-color: #5DFACD;
}
.BgClassName
{
background-color: #5DFACD;
}
</style>
border-color css
<style>
span { border-color: #5DFACD; }
span { border-color: rgb(93,250,205); }
td.TdClassName
{
border-color: #5DFACD;
}
.TagClassName
{
border-color: #5DFACD;
}
</style>