Shades of Aquamarine #5DF6CE
Tints of Aquamarine #5DF6CE
RGB
CMYK
RGB Variations
Color information
#5DF6CE (or 0x5DF6CE) is known color: Aquamarine. HEX triplet: 5D, F6 and CE. RGB value is (93,246,206). Sum of RGB (Red+Green+Blue) = 93+246+206=545 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.06% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #5DF6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF6CE is #A20931. Grayscale: #C3C3C3. Windows color (decimal): -10619186 or 13563485. OLE color: 13563485.
HSL color Cylindrical-coordinate representation of color #5DF6CE: hue angle of 164.31º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF6CE is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 246 | 206 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.04 |
| HSL | 164.31º | 0.89% | 0.66% | - |
| HSV(B) | 164.31º | 0.62% | 0.96% | - |
| XYZ | 48.61 | 72.69 | 69.86 | - |
| YUV | 195.69 | 133.81 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 246 | 206 | 0.62 | 0 | 0.16 | 0.04 | 164.31 | 0.89 | 0.66 |
| Hex | 5D | F6 | CE | 3E | 0 | 10 | 4 | A4 | 59 | 42 |
| Octal | 135 | 366 | 316 | 76 | 0 | 20 | 4 | 244 | 131 | 102 |
| Binary | 1011101 | 11110110 | 11001110 | 111110 | 0 | 10000 | 100 | 10100100 | 1011001 | 1000010 |
Color Harmonies of #5DF6CE
Complementary color
Monochromatic Colors of #5DF6CE
Black with #5DF6CE
Text Example
Text Example
White with #5DF6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF6CE; }
p { color: rgb(93,246,206); }
H1.HeaderClassName
{
color: #5DF6CE;
}
.AnyTagClassName
{
color: #5DF6CE;
}
</style>
background-color css
<style>
a { background-color: #5DF6CE; }
a { background-color: rgb(93,246,206); }
div.DivClassName
{
background-color: #5DF6CE;
}
.BgClassName
{
background-color: #5DF6CE;
}
</style>
border-color css
<style>
span { border-color: #5DF6CE; }
span { border-color: rgb(93,246,206); }
td.TdClassName
{
border-color: #5DF6CE;
}
.TagClassName
{
border-color: #5DF6CE;
}
</style>