Shades of Medium Aquamarine #5DE8B4
Tints of Medium Aquamarine #5DE8B4
RGB
CMYK
RGB Variations
Color information
#5DE8B4 (or 0x5DE8B4) is known color: Medium Aquamarine. HEX triplet: 5D, E8 and B4. RGB value is (93,232,180). Sum of RGB (Red+Green+Blue) = 93+232+180=505 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.42% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #5DE8B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE8B4 is #A2174B. Grayscale: #B8B8B8. Windows color (decimal): -10622796 or 11855965. OLE color: 11855965.
HSL color Cylindrical-coordinate representation of color #5DE8B4: hue angle of 157.55º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE8B4 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 232 | 180 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.09 |
| HSL | 157.55º | 0.75% | 0.64% | - |
| HSV(B) | 157.55º | 0.6% | 0.91% | - |
| XYZ | 41.61 | 63.34 | 53.21 | - |
| YUV | 184.51 | 125.45 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 232 | 180 | 0.60 | 0 | 0.22 | 0.09 | 157.55 | 0.75 | 0.64 |
| Hex | 5D | E8 | B4 | 3C | 0 | 16 | 9 | 9E | 4B | 40 |
| Octal | 135 | 350 | 264 | 74 | 0 | 26 | 11 | 236 | 113 | 100 |
| Binary | 1011101 | 11101000 | 10110100 | 111100 | 0 | 10110 | 1001 | 10011110 | 1001011 | 1000000 |
Color Harmonies of #5DE8B4
Complementary color
Monochromatic Colors of #5DE8B4
Black with #5DE8B4
Text Example
Text Example
White with #5DE8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE8B4; }
p { color: rgb(93,232,180); }
H1.HeaderClassName
{
color: #5DE8B4;
}
.AnyTagClassName
{
color: #5DE8B4;
}
</style>
background-color css
<style>
a { background-color: #5DE8B4; }
a { background-color: rgb(93,232,180); }
div.DivClassName
{
background-color: #5DE8B4;
}
.BgClassName
{
background-color: #5DE8B4;
}
</style>
border-color css
<style>
span { border-color: #5DE8B4; }
span { border-color: rgb(93,232,180); }
td.TdClassName
{
border-color: #5DE8B4;
}
.TagClassName
{
border-color: #5DE8B4;
}
</style>