Shades of Medium Aquamarine #5DCCAE
Tints of Medium Aquamarine #5DCCAE
RGB
CMYK
RGB Variations
Color information
#5DCCAE (or 0x5DCCAE) is known color: Medium Aquamarine. HEX triplet: 5D, CC and AE. RGB value is (93,204,174). Sum of RGB (Red+Green+Blue) = 93+204+174=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCAE is #A23351. Grayscale: #A7A7A7. Windows color (decimal): -10629970 or 11455581. OLE color: 11455581.
HSL color Cylindrical-coordinate representation of color #5DCCAE: hue angle of 163.78º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCCAE is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 174 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.2 |
| HSL | 163.78º | 0.52% | 0.58% | - |
| HSV(B) | 163.78º | 0.54% | 0.8% | - |
| XYZ | 33.75 | 48.57 | 47.64 | - |
| YUV | 167.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 174 | 0.54 | 0 | 0.15 | 0.2 | 163.78 | 0.52 | 0.58 |
| Hex | 5D | CC | AE | 36 | 0 | F | 14 | A4 | 34 | 3A |
| Octal | 135 | 314 | 256 | 66 | 0 | 17 | 24 | 244 | 64 | 72 |
| Binary | 1011101 | 11001100 | 10101110 | 110110 | 0 | 1111 | 10100 | 10100100 | 110100 | 111010 |
Color Harmonies of #5DCCAE
Complementary color
Monochromatic Colors of #5DCCAE
Black with #5DCCAE
Text Example
Text Example
White with #5DCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCAE; }
p { color: rgb(93,204,174); }
H1.HeaderClassName
{
color: #5DCCAE;
}
.AnyTagClassName
{
color: #5DCCAE;
}
</style>
background-color css
<style>
a { background-color: #5DCCAE; }
a { background-color: rgb(93,204,174); }
div.DivClassName
{
background-color: #5DCCAE;
}
.BgClassName
{
background-color: #5DCCAE;
}
</style>
border-color css
<style>
span { border-color: #5DCCAE; }
span { border-color: rgb(93,204,174); }
td.TdClassName
{
border-color: #5DCCAE;
}
.TagClassName
{
border-color: #5DCCAE;
}
</style>