Shades of Medium Aquamarine #5DC8B5
Tints of Medium Aquamarine #5DC8B5
RGB
CMYK
RGB Variations
Color information
#5DC8B5 (or 0x5DC8B5) is known color: Medium Aquamarine. HEX triplet: 5D, C8 and B5. RGB value is (93,200,181). Sum of RGB (Red+Green+Blue) = 93+200+181=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC8B5 is #A2374A. Grayscale: #A5A5A5. Windows color (decimal): -10630987 or 11913309. OLE color: 11913309.
HSL color Cylindrical-coordinate representation of color #5DC8B5: hue angle of 169.35º 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 #5DC8B5 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 181 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.22 |
| HSL | 169.35º | 0.49% | 0.57% | - |
| HSV(B) | 169.35º | 0.54% | 0.78% | - |
| XYZ | 33.51 | 46.97 | 51.02 | - |
| YUV | 165.84 | 136.55 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 181 | 0.54 | 0 | 0.09 | 0.22 | 169.35 | 0.49 | 0.57 |
| Hex | 5D | C8 | B5 | 36 | 0 | 9 | 16 | A9 | 31 | 39 |
| Octal | 135 | 310 | 265 | 66 | 0 | 11 | 26 | 251 | 61 | 71 |
| Binary | 1011101 | 11001000 | 10110101 | 110110 | 0 | 1001 | 10110 | 10101001 | 110001 | 111001 |
Color Harmonies of #5DC8B5
Complementary color
Monochromatic Colors of #5DC8B5
Black with #5DC8B5
Text Example
Text Example
White with #5DC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC8B5; }
p { color: rgb(93,200,181); }
H1.HeaderClassName
{
color: #5DC8B5;
}
.AnyTagClassName
{
color: #5DC8B5;
}
</style>
background-color css
<style>
a { background-color: #5DC8B5; }
a { background-color: rgb(93,200,181); }
div.DivClassName
{
background-color: #5DC8B5;
}
.BgClassName
{
background-color: #5DC8B5;
}
</style>
border-color css
<style>
span { border-color: #5DC8B5; }
span { border-color: rgb(93,200,181); }
td.TdClassName
{
border-color: #5DC8B5;
}
.TagClassName
{
border-color: #5DC8B5;
}
</style>