Shades of Aquamarine #5DFFCE
Tints of Aquamarine #5DFFCE
RGB
CMYK
RGB Variations
Color information
#5DFFCE (or 0x5DFFCE) is known color: Aquamarine. HEX triplet: 5D, FF and CE. RGB value is (93,255,206). Sum of RGB (Red+Green+Blue) = 93+255+206=554 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.79% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFFCE is #A20031. Grayscale: #C9C9C9. Windows color (decimal): -10616882 or 13565789. OLE color: 13565789.
HSL color Cylindrical-coordinate representation of color #5DFFCE: hue angle of 161.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFFCE is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
RGB | 93 | 255 | 206 | - |
CMYK | 0.64 | 0 | 0.19 | 0 |
HSL | 161.85º | 1% | 0.68% | - |
HSV(B) | 161.85º | 0.64% | 1% | - |
XYZ | 51.41 | 78.3 | 70.8 | - |
YUV | 200.98 | 130.83 | 50.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 255 | 206 | 0.64 | 0 | 0.19 | 0 | 161.85 | 1 | 0.68 |
Hex | 5D | FF | CE | 40 | 0 | 13 | 0 | A2 | 64 | 44 |
Octal | 135 | 377 | 316 | 100 | 0 | 23 | 0 | 242 | 144 | 104 |
Binary | 1011101 | 11111111 | 11001110 | 1000000 | 0 | 10011 | 0 | 10100010 | 1100100 | 1000100 |
Color Harmonies of #5DFFCE
Complementary color
Monochromatic Colors of #5DFFCE
Black with #5DFFCE
Text Example
Text Example
White with #5DFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFFCE; }
p { color: rgb(93,255,206); }
H1.HeaderClassName
{
color: #5DFFCE;
}
.AnyTagClassName
{
color: #5DFFCE;
}
</style>
background-color css
<style>
a { background-color: #5DFFCE; }
a { background-color: rgb(93,255,206); }
div.DivClassName
{
background-color: #5DFFCE;
}
.BgClassName
{
background-color: #5DFFCE;
}
</style>
border-color css
<style>
span { border-color: #5DFFCE; }
span { border-color: rgb(93,255,206); }
td.TdClassName
{
border-color: #5DFFCE;
}
.TagClassName
{
border-color: #5DFFCE;
}
</style>