Shades of Medium Aquamarine #5DCBAF
Tints of Medium Aquamarine #5DCBAF
RGB
CMYK
RGB Variations
Color information
#5DCBAF (or 0x5DCBAF) is known color: Medium Aquamarine. HEX triplet: 5D, CB and AF. RGB value is (93,203,175). Sum of RGB (Red+Green+Blue) = 93+203+175=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCBAF is #A23450. Grayscale: #A6A6A6. Windows color (decimal): -10630225 or 11520861. OLE color: 11520861.
HSL color Cylindrical-coordinate representation of color #5DCBAF: hue angle of 164.73º degrees, saturation: 0.51, 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 #5DCBAF is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 175 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.20 |
| HSL | 164.73º | 0.51% | 0.58% | - |
| HSV(B) | 164.73º | 0.54% | 0.8% | - |
| XYZ | 33.61 | 48.13 | 48.08 | - |
| YUV | 166.92 | 132.56 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 175 | 0.54 | 0 | 0.14 | 0.20 | 164.73 | 0.51 | 0.58 |
| Hex | 5D | CB | AF | 36 | 0 | E | 14 | A5 | 33 | 3A |
| Octal | 135 | 313 | 257 | 66 | 0 | 16 | 24 | 245 | 63 | 72 |
| Binary | 1011101 | 11001011 | 10101111 | 110110 | 0 | 1110 | 10100 | 10100101 | 110011 | 111010 |
Color Harmonies of #5DCBAF
Complementary color
Monochromatic Colors of #5DCBAF
Black with #5DCBAF
Text Example
Text Example
White with #5DCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCBAF; }
p { color: rgb(93,203,175); }
H1.HeaderClassName
{
color: #5DCBAF;
}
.AnyTagClassName
{
color: #5DCBAF;
}
</style>
background-color css
<style>
a { background-color: #5DCBAF; }
a { background-color: rgb(93,203,175); }
div.DivClassName
{
background-color: #5DCBAF;
}
.BgClassName
{
background-color: #5DCBAF;
}
</style>
border-color css
<style>
span { border-color: #5DCBAF; }
span { border-color: rgb(93,203,175); }
td.TdClassName
{
border-color: #5DCBAF;
}
.TagClassName
{
border-color: #5DCBAF;
}
</style>