Shades of Aquamarine #5DFCCD
Tints of Aquamarine #5DFCCD
RGB
CMYK
RGB Variations
Color information
#5DFCCD (or 0x5DFCCD) is known color: Aquamarine. HEX triplet: 5D, FC and CD. RGB value is (93,252,205). Sum of RGB (Red+Green+Blue) = 93+252+205=550 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.91% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFCCD is #A20332. Grayscale: #C7C7C7. Windows color (decimal): -10617651 or 13499485. OLE color: 13499485.
HSL color Cylindrical-coordinate representation of color #5DFCCD: hue angle of 162.26º degrees, saturation: 0.96, 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 #5DFCCD is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 252 | 205 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.01 |
| HSL | 162.26º | 0.96% | 0.68% | - |
| HSV(B) | 162.26º | 0.63% | 0.99% | - |
| XYZ | 50.34 | 76.36 | 69.84 | - |
| YUV | 199.1 | 131.32 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 252 | 205 | 0.63 | 0 | 0.19 | 0.01 | 162.26 | 0.96 | 0.68 |
| Hex | 5D | FC | CD | 3F | 0 | 13 | 1 | A2 | 60 | 44 |
| Octal | 135 | 374 | 315 | 77 | 0 | 23 | 1 | 242 | 140 | 104 |
| Binary | 1011101 | 11111100 | 11001101 | 111111 | 0 | 10011 | 1 | 10100010 | 1100000 | 1000100 |
Color Harmonies of #5DFCCD
Complementary color
Monochromatic Colors of #5DFCCD
Black with #5DFCCD
Text Example
Text Example
White with #5DFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFCCD; }
p { color: rgb(93,252,205); }
H1.HeaderClassName
{
color: #5DFCCD;
}
.AnyTagClassName
{
color: #5DFCCD;
}
</style>
background-color css
<style>
a { background-color: #5DFCCD; }
a { background-color: rgb(93,252,205); }
div.DivClassName
{
background-color: #5DFCCD;
}
.BgClassName
{
background-color: #5DFCCD;
}
</style>
border-color css
<style>
span { border-color: #5DFCCD; }
span { border-color: rgb(93,252,205); }
td.TdClassName
{
border-color: #5DFCCD;
}
.TagClassName
{
border-color: #5DFCCD;
}
</style>