Shades of Aquamarine #5DFDCE
Tints of Aquamarine #5DFDCE
RGB
CMYK
RGB Variations
Color information
#5DFDCE (or 0x5DFDCE) is known color: Aquamarine. HEX triplet: 5D, FD and CE. RGB value is (93,253,206). Sum of RGB (Red+Green+Blue) = 93+253+206=552 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.85% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFDCE is #A20231. Grayscale: #C7C7C7. Windows color (decimal): -10617394 or 13565277. OLE color: 13565277.
HSL color Cylindrical-coordinate representation of color #5DFDCE: hue angle of 162.38º 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 #5DFDCE is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 253 | 206 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.01 |
| HSL | 162.38º | 0.98% | 0.68% | - |
| HSV(B) | 162.38º | 0.63% | 0.99% | - |
| XYZ | 50.78 | 77.03 | 70.59 | - |
| YUV | 199.8 | 131.49 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 253 | 206 | 0.63 | 0 | 0.19 | 0.01 | 162.38 | 0.98 | 0.68 |
| Hex | 5D | FD | CE | 3F | 0 | 13 | 1 | A2 | 62 | 44 |
| Octal | 135 | 375 | 316 | 77 | 0 | 23 | 1 | 242 | 142 | 104 |
| Binary | 1011101 | 11111101 | 11001110 | 111111 | 0 | 10011 | 1 | 10100010 | 1100010 | 1000100 |
Color Harmonies of #5DFDCE
Complementary color
Monochromatic Colors of #5DFDCE
Black with #5DFDCE
Text Example
Text Example
White with #5DFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFDCE; }
p { color: rgb(93,253,206); }
H1.HeaderClassName
{
color: #5DFDCE;
}
.AnyTagClassName
{
color: #5DFDCE;
}
</style>
background-color css
<style>
a { background-color: #5DFDCE; }
a { background-color: rgb(93,253,206); }
div.DivClassName
{
background-color: #5DFDCE;
}
.BgClassName
{
background-color: #5DFDCE;
}
</style>
border-color css
<style>
span { border-color: #5DFDCE; }
span { border-color: rgb(93,253,206); }
td.TdClassName
{
border-color: #5DFDCE;
}
.TagClassName
{
border-color: #5DFDCE;
}
</style>