Shades of Medium Aquamarine #5DC8AF
Tints of Medium Aquamarine #5DC8AF
RGB
CMYK
RGB Variations
Color information
#5DC8AF (or 0x5DC8AF) is known color: Medium Aquamarine. HEX triplet: 5D, C8 and AF. RGB value is (93,200,175). Sum of RGB (Red+Green+Blue) = 93+200+175=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC8AF is #A23750. Grayscale: #A5A5A5. Windows color (decimal): -10630993 or 11520093. OLE color: 11520093.
HSL color Cylindrical-coordinate representation of color #5DC8AF: hue angle of 165.98º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC8AF is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 175 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.22 |
| HSL | 165.98º | 0.49% | 0.57% | - |
| HSV(B) | 165.98º | 0.54% | 0.78% | - |
| XYZ | 32.91 | 46.73 | 47.84 | - |
| YUV | 165.16 | 133.55 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 175 | 0.54 | 0 | 0.12 | 0.22 | 165.98 | 0.49 | 0.57 |
| Hex | 5D | C8 | AF | 36 | 0 | C | 16 | A6 | 31 | 39 |
| Octal | 135 | 310 | 257 | 66 | 0 | 14 | 26 | 246 | 61 | 71 |
| Binary | 1011101 | 11001000 | 10101111 | 110110 | 0 | 1100 | 10110 | 10100110 | 110001 | 111001 |
Color Harmonies of #5DC8AF
Complementary color
Monochromatic Colors of #5DC8AF
Black with #5DC8AF
Text Example
Text Example
White with #5DC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC8AF; }
p { color: rgb(93,200,175); }
H1.HeaderClassName
{
color: #5DC8AF;
}
.AnyTagClassName
{
color: #5DC8AF;
}
</style>
background-color css
<style>
a { background-color: #5DC8AF; }
a { background-color: rgb(93,200,175); }
div.DivClassName
{
background-color: #5DC8AF;
}
.BgClassName
{
background-color: #5DC8AF;
}
</style>
border-color css
<style>
span { border-color: #5DC8AF; }
span { border-color: rgb(93,200,175); }
td.TdClassName
{
border-color: #5DC8AF;
}
.TagClassName
{
border-color: #5DC8AF;
}
</style>