Shades of Medium Aquamarine #5DCEA8
Tints of Medium Aquamarine #5DCEA8
RGB
CMYK
RGB Variations
Color information
#5DCEA8 (or 0x5DCEA8) is known color: Medium Aquamarine. HEX triplet: 5D, CE and A8. RGB value is (93,206,168). Sum of RGB (Red+Green+Blue) = 93+206+168=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCEA8 is #A23157. Grayscale: #A7A7A7. Windows color (decimal): -10629464 or 11062877. OLE color: 11062877.
HSL color Cylindrical-coordinate representation of color #5DCEA8: hue angle of 159.82º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCEA8 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 168 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.19 |
| HSL | 159.82º | 0.54% | 0.59% | - |
| HSV(B) | 159.82º | 0.55% | 0.81% | - |
| XYZ | 33.65 | 49.3 | 44.79 | - |
| YUV | 167.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 168 | 0.55 | 0 | 0.18 | 0.19 | 159.82 | 0.54 | 0.59 |
| Hex | 5D | CE | A8 | 37 | 0 | 12 | 13 | A0 | 36 | 3B |
| Octal | 135 | 316 | 250 | 67 | 0 | 22 | 23 | 240 | 66 | 73 |
| Binary | 1011101 | 11001110 | 10101000 | 110111 | 0 | 10010 | 10011 | 10100000 | 110110 | 111011 |
Color Harmonies of #5DCEA8
Complementary color
Monochromatic Colors of #5DCEA8
Black with #5DCEA8
Text Example
Text Example
White with #5DCEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCEA8; }
p { color: rgb(93,206,168); }
H1.HeaderClassName
{
color: #5DCEA8;
}
.AnyTagClassName
{
color: #5DCEA8;
}
</style>
background-color css
<style>
a { background-color: #5DCEA8; }
a { background-color: rgb(93,206,168); }
div.DivClassName
{
background-color: #5DCEA8;
}
.BgClassName
{
background-color: #5DCEA8;
}
</style>
border-color css
<style>
span { border-color: #5DCEA8; }
span { border-color: rgb(93,206,168); }
td.TdClassName
{
border-color: #5DCEA8;
}
.TagClassName
{
border-color: #5DCEA8;
}
</style>