Shades of Medium Aquamarine #5DCAA5
Tints of Medium Aquamarine #5DCAA5
RGB
CMYK
RGB Variations
Color information
#5DCAA5 (or 0x5DCAA5) is known color: Medium Aquamarine. HEX triplet: 5D, CA and A5. RGB value is (93,202,165). Sum of RGB (Red+Green+Blue) = 93+202+165=460 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.22% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCAA5 is #A2355A. Grayscale: #A5A5A5. Windows color (decimal): -10630491 or 10865245. OLE color: 10865245.
HSL color Cylindrical-coordinate representation of color #5DCAA5: hue angle of 159.63º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCAA5 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 202 | 165 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.21 |
| HSL | 159.63º | 0.51% | 0.58% | - |
| HSV(B) | 159.63º | 0.54% | 0.79% | - |
| XYZ | 32.43 | 47.28 | 43.02 | - |
| YUV | 165.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 165 | 0.54 | 0 | 0.18 | 0.21 | 159.63 | 0.51 | 0.58 |
| Hex | 5D | CA | A5 | 36 | 0 | 12 | 15 | A0 | 33 | 3A |
| Octal | 135 | 312 | 245 | 66 | 0 | 22 | 25 | 240 | 63 | 72 |
| Binary | 1011101 | 11001010 | 10100101 | 110110 | 0 | 10010 | 10101 | 10100000 | 110011 | 111010 |
Color Harmonies of #5DCAA5
Complementary color
Monochromatic Colors of #5DCAA5
Black with #5DCAA5
Text Example
Text Example
White with #5DCAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCAA5; }
p { color: rgb(93,202,165); }
H1.HeaderClassName
{
color: #5DCAA5;
}
.AnyTagClassName
{
color: #5DCAA5;
}
</style>
background-color css
<style>
a { background-color: #5DCAA5; }
a { background-color: rgb(93,202,165); }
div.DivClassName
{
background-color: #5DCAA5;
}
.BgClassName
{
background-color: #5DCAA5;
}
</style>
border-color css
<style>
span { border-color: #5DCAA5; }
span { border-color: rgb(93,202,165); }
td.TdClassName
{
border-color: #5DCAA5;
}
.TagClassName
{
border-color: #5DCAA5;
}
</style>