Shades of Medium Aquamarine #5DCAA8
Tints of Medium Aquamarine #5DCAA8
RGB
CMYK
RGB Variations
Color information
#5DCAA8 (or 0x5DCAA8) is known color: Medium Aquamarine. HEX triplet: 5D, CA and A8. RGB value is (93,202,168). Sum of RGB (Red+Green+Blue) = 93+202+168=463 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.09% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCAA8 is #A23557. Grayscale: #A5A5A5. Windows color (decimal): -10630488 or 11061853. OLE color: 11061853.
HSL color Cylindrical-coordinate representation of color #5DCAA8: hue angle of 161.28º 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 #5DCAA8 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 202 | 168 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.21 |
| HSL | 161.28º | 0.51% | 0.58% | - |
| HSV(B) | 161.28º | 0.54% | 0.79% | - |
| XYZ | 32.7 | 47.4 | 44.47 | - |
| YUV | 165.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 168 | 0.54 | 0 | 0.17 | 0.21 | 161.28 | 0.51 | 0.58 |
| Hex | 5D | CA | A8 | 36 | 0 | 11 | 15 | A1 | 33 | 3A |
| Octal | 135 | 312 | 250 | 66 | 0 | 21 | 25 | 241 | 63 | 72 |
| Binary | 1011101 | 11001010 | 10101000 | 110110 | 0 | 10001 | 10101 | 10100001 | 110011 | 111010 |
Color Harmonies of #5DCAA8
Complementary color
Monochromatic Colors of #5DCAA8
Black with #5DCAA8
Text Example
Text Example
White with #5DCAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCAA8; }
p { color: rgb(93,202,168); }
H1.HeaderClassName
{
color: #5DCAA8;
}
.AnyTagClassName
{
color: #5DCAA8;
}
</style>
background-color css
<style>
a { background-color: #5DCAA8; }
a { background-color: rgb(93,202,168); }
div.DivClassName
{
background-color: #5DCAA8;
}
.BgClassName
{
background-color: #5DCAA8;
}
</style>
border-color css
<style>
span { border-color: #5DCAA8; }
span { border-color: rgb(93,202,168); }
td.TdClassName
{
border-color: #5DCAA8;
}
.TagClassName
{
border-color: #5DCAA8;
}
</style>