Shades of Medium Aquamarine #5DCCA4
Tints of Medium Aquamarine #5DCCA4
RGB
CMYK
RGB Variations
Color information
#5DCCA4 (or 0x5DCCA4) is known color: Medium Aquamarine. HEX triplet: 5D, CC and A4. RGB value is (93,204,164). Sum of RGB (Red+Green+Blue) = 93+204+164=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCA4 is #A2335B. Grayscale: #A6A6A6. Windows color (decimal): -10629980 or 10800221. OLE color: 10800221.
HSL color Cylindrical-coordinate representation of color #5DCCA4: hue angle of 158.38º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCCA4 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 164 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.2 |
| HSL | 158.38º | 0.52% | 0.58% | - |
| HSV(B) | 158.38º | 0.54% | 0.8% | - |
| XYZ | 32.81 | 48.19 | 42.7 | - |
| YUV | 166.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 164 | 0.54 | 0 | 0.20 | 0.2 | 158.38 | 0.52 | 0.58 |
| Hex | 5D | CC | A4 | 36 | 0 | 14 | 14 | 9E | 34 | 3A |
| Octal | 135 | 314 | 244 | 66 | 0 | 24 | 24 | 236 | 64 | 72 |
| Binary | 1011101 | 11001100 | 10100100 | 110110 | 0 | 10100 | 10100 | 10011110 | 110100 | 111010 |
Color Harmonies of #5DCCA4
Complementary color
Monochromatic Colors of #5DCCA4
Black with #5DCCA4
Text Example
Text Example
White with #5DCCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCA4; }
p { color: rgb(93,204,164); }
H1.HeaderClassName
{
color: #5DCCA4;
}
.AnyTagClassName
{
color: #5DCCA4;
}
</style>
background-color css
<style>
a { background-color: #5DCCA4; }
a { background-color: rgb(93,204,164); }
div.DivClassName
{
background-color: #5DCCA4;
}
.BgClassName
{
background-color: #5DCCA4;
}
</style>
border-color css
<style>
span { border-color: #5DCCA4; }
span { border-color: rgb(93,204,164); }
td.TdClassName
{
border-color: #5DCCA4;
}
.TagClassName
{
border-color: #5DCCA4;
}
</style>