Shades of Aquamarine #5DFECC
Tints of Aquamarine #5DFECC
RGB
CMYK
RGB Variations
Color information
#5DFECC (or 0x5DFECC) is known color: Aquamarine. HEX triplet: 5D, FE and CC. RGB value is (93,254,204). Sum of RGB (Red+Green+Blue) = 93+254+204=551 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.88% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFECC is #A20133. Grayscale: #C8C8C8. Windows color (decimal): -10617140 or 13434461. OLE color: 13434461.
HSL color Cylindrical-coordinate representation of color #5DFECC: hue angle of 161.37º 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 #5DFECC is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 204 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.00 |
| HSL | 161.37º | 0.99% | 0.68% | - |
| HSV(B) | 161.37º | 0.63% | 1% | - |
| XYZ | 50.86 | 77.57 | 69.42 | - |
| YUV | 200.16 | 130.16 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 204 | 0.63 | 0 | 0.20 | 0.00 | 161.37 | 0.99 | 0.68 |
| Hex | 5D | FE | CC | 3F | 0 | 14 | 0 | A1 | 63 | 44 |
| Octal | 135 | 376 | 314 | 77 | 0 | 24 | 0 | 241 | 143 | 104 |
| Binary | 1011101 | 11111110 | 11001100 | 111111 | 0 | 10100 | 0 | 10100001 | 1100011 | 1000100 |
Color Harmonies of #5DFECC
Complementary color
Monochromatic Colors of #5DFECC
Black with #5DFECC
Text Example
Text Example
White with #5DFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFECC; }
p { color: rgb(93,254,204); }
H1.HeaderClassName
{
color: #5DFECC;
}
.AnyTagClassName
{
color: #5DFECC;
}
</style>
background-color css
<style>
a { background-color: #5DFECC; }
a { background-color: rgb(93,254,204); }
div.DivClassName
{
background-color: #5DFECC;
}
.BgClassName
{
background-color: #5DFECC;
}
</style>
border-color css
<style>
span { border-color: #5DFECC; }
span { border-color: rgb(93,254,204); }
td.TdClassName
{
border-color: #5DFECC;
}
.TagClassName
{
border-color: #5DFECC;
}
</style>