Shades of Medium Aquamarine #5DCFA3
Tints of Medium Aquamarine #5DCFA3
RGB
CMYK
RGB Variations
Color information
#5DCFA3 (or 0x5DCFA3) is known color: Medium Aquamarine. HEX triplet: 5D, CF and A3. RGB value is (93,207,163). Sum of RGB (Red+Green+Blue) = 93+207+163=463 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.09% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCFA3 is #A2305C. Grayscale: #A7A7A7. Windows color (decimal): -10629213 or 10735453. OLE color: 10735453.
HSL color Cylindrical-coordinate representation of color #5DCFA3: hue angle of 156.84º 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 #5DCFA3 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 163 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.19 |
| HSL | 156.84º | 0.54% | 0.59% | - |
| HSV(B) | 156.84º | 0.55% | 0.81% | - |
| XYZ | 33.44 | 49.6 | 42.46 | - |
| YUV | 167.9 | 125.23 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 163 | 0.55 | 0 | 0.21 | 0.19 | 156.84 | 0.54 | 0.59 |
| Hex | 5D | CF | A3 | 37 | 0 | 15 | 13 | 9D | 36 | 3B |
| Octal | 135 | 317 | 243 | 67 | 0 | 25 | 23 | 235 | 66 | 73 |
| Binary | 1011101 | 11001111 | 10100011 | 110111 | 0 | 10101 | 10011 | 10011101 | 110110 | 111011 |
Color Harmonies of #5DCFA3
Complementary color
Monochromatic Colors of #5DCFA3
Black with #5DCFA3
Text Example
Text Example
White with #5DCFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFA3; }
p { color: rgb(93,207,163); }
H1.HeaderClassName
{
color: #5DCFA3;
}
.AnyTagClassName
{
color: #5DCFA3;
}
</style>
background-color css
<style>
a { background-color: #5DCFA3; }
a { background-color: rgb(93,207,163); }
div.DivClassName
{
background-color: #5DCFA3;
}
.BgClassName
{
background-color: #5DCFA3;
}
</style>
border-color css
<style>
span { border-color: #5DCFA3; }
span { border-color: rgb(93,207,163); }
td.TdClassName
{
border-color: #5DCFA3;
}
.TagClassName
{
border-color: #5DCFA3;
}
</style>