Shades of Aquamarine #5DF4CE
Tints of Aquamarine #5DF4CE
RGB
CMYK
RGB Variations
Color information
#5DF4CE (or 0x5DF4CE) is known color: Aquamarine. HEX triplet: 5D, F4 and CE. RGB value is (93,244,206). Sum of RGB (Red+Green+Blue) = 93+244+206=543 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.13% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #5DF4CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF4CE is #A20B31. Grayscale: #C2C2C2. Windows color (decimal): -10619698 or 13562973. OLE color: 13562973.
HSL color Cylindrical-coordinate representation of color #5DF4CE: hue angle of 164.9º degrees, saturation: 0.87, 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 #5DF4CE is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 244 | 206 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.04 |
| HSL | 164.9º | 0.87% | 0.66% | - |
| HSV(B) | 164.9º | 0.62% | 0.96% | - |
| XYZ | 48.01 | 71.48 | 69.66 | - |
| YUV | 194.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 244 | 206 | 0.62 | 0 | 0.16 | 0.04 | 164.9 | 0.87 | 0.66 |
| Hex | 5D | F4 | CE | 3E | 0 | 10 | 4 | A5 | 57 | 42 |
| Octal | 135 | 364 | 316 | 76 | 0 | 20 | 4 | 245 | 127 | 102 |
| Binary | 1011101 | 11110100 | 11001110 | 111110 | 0 | 10000 | 100 | 10100101 | 1010111 | 1000010 |
Color Harmonies of #5DF4CE
Complementary color
Monochromatic Colors of #5DF4CE
Black with #5DF4CE
Text Example
Text Example
White with #5DF4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF4CE; }
p { color: rgb(93,244,206); }
H1.HeaderClassName
{
color: #5DF4CE;
}
.AnyTagClassName
{
color: #5DF4CE;
}
</style>
background-color css
<style>
a { background-color: #5DF4CE; }
a { background-color: rgb(93,244,206); }
div.DivClassName
{
background-color: #5DF4CE;
}
.BgClassName
{
background-color: #5DF4CE;
}
</style>
border-color css
<style>
span { border-color: #5DF4CE; }
span { border-color: rgb(93,244,206); }
td.TdClassName
{
border-color: #5DF4CE;
}
.TagClassName
{
border-color: #5DF4CE;
}
</style>