Shades of Aquamarine #5DF8BD
Tints of Aquamarine #5DF8BD
RGB
CMYK
RGB Variations
Color information
#5DF8BD (or 0x5DF8BD) is known color: Aquamarine. HEX triplet: 5D, F8 and BD. RGB value is (93,248,189). Sum of RGB (Red+Green+Blue) = 93+248+189=530 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.55% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF8BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF8BD is #A20742. Grayscale: #C3C3C3. Windows color (decimal): -10618691 or 12449885. OLE color: 12449885.
HSL color Cylindrical-coordinate representation of color #5DF8BD: hue angle of 157.16º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF8BD is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 248 | 189 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.03 |
| HSL | 157.16º | 0.92% | 0.67% | - |
| HSV(B) | 157.16º | 0.63% | 0.97% | - |
| XYZ | 47.27 | 73.14 | 59.77 | - |
| YUV | 194.93 | 124.65 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 248 | 189 | 0.62 | 0 | 0.24 | 0.03 | 157.16 | 0.92 | 0.67 |
| Hex | 5D | F8 | BD | 3E | 0 | 18 | 3 | 9D | 5C | 43 |
| Octal | 135 | 370 | 275 | 76 | 0 | 30 | 3 | 235 | 134 | 103 |
| Binary | 1011101 | 11111000 | 10111101 | 111110 | 0 | 11000 | 11 | 10011101 | 1011100 | 1000011 |
Color Harmonies of #5DF8BD
Complementary color
Monochromatic Colors of #5DF8BD
Black with #5DF8BD
Text Example
Text Example
White with #5DF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF8BD; }
p { color: rgb(93,248,189); }
H1.HeaderClassName
{
color: #5DF8BD;
}
.AnyTagClassName
{
color: #5DF8BD;
}
</style>
background-color css
<style>
a { background-color: #5DF8BD; }
a { background-color: rgb(93,248,189); }
div.DivClassName
{
background-color: #5DF8BD;
}
.BgClassName
{
background-color: #5DF8BD;
}
</style>
border-color css
<style>
span { border-color: #5DF8BD; }
span { border-color: rgb(93,248,189); }
td.TdClassName
{
border-color: #5DF8BD;
}
.TagClassName
{
border-color: #5DF8BD;
}
</style>