Shades of Medium Aquamarine #5DCEA2
Tints of Medium Aquamarine #5DCEA2
RGB
CMYK
RGB Variations
Color information
#5DCEA2 (or 0x5DCEA2) is known color: Medium Aquamarine. HEX triplet: 5D, CE and A2. RGB value is (93,206,162). Sum of RGB (Red+Green+Blue) = 93+206+162=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCEA2 is #A2315D. Grayscale: #A7A7A7. Windows color (decimal): -10629470 or 10669661. OLE color: 10669661.
HSL color Cylindrical-coordinate representation of color #5DCEA2: hue angle of 156.64º 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 #5DCEA2 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 162 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.19 |
| HSL | 156.64º | 0.54% | 0.59% | - |
| HSV(B) | 156.64º | 0.55% | 0.81% | - |
| XYZ | 33.11 | 49.08 | 41.91 | - |
| YUV | 167.2 | 125.06 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 162 | 0.55 | 0 | 0.21 | 0.19 | 156.64 | 0.54 | 0.59 |
| Hex | 5D | CE | A2 | 37 | 0 | 15 | 13 | 9D | 36 | 3B |
| Octal | 135 | 316 | 242 | 67 | 0 | 25 | 23 | 235 | 66 | 73 |
| Binary | 1011101 | 11001110 | 10100010 | 110111 | 0 | 10101 | 10011 | 10011101 | 110110 | 111011 |
Color Harmonies of #5DCEA2
Complementary color
Monochromatic Colors of #5DCEA2
Black with #5DCEA2
Text Example
Text Example
White with #5DCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCEA2; }
p { color: rgb(93,206,162); }
H1.HeaderClassName
{
color: #5DCEA2;
}
.AnyTagClassName
{
color: #5DCEA2;
}
</style>
background-color css
<style>
a { background-color: #5DCEA2; }
a { background-color: rgb(93,206,162); }
div.DivClassName
{
background-color: #5DCEA2;
}
.BgClassName
{
background-color: #5DCEA2;
}
</style>
border-color css
<style>
span { border-color: #5DCEA2; }
span { border-color: rgb(93,206,162); }
td.TdClassName
{
border-color: #5DCEA2;
}
.TagClassName
{
border-color: #5DCEA2;
}
</style>