Shades of Medium Aquamarine #5DCBAD
Tints of Medium Aquamarine #5DCBAD
RGB
CMYK
RGB Variations
Color information
#5DCBAD (or 0x5DCBAD) is known color: Medium Aquamarine. HEX triplet: 5D, CB and AD. RGB value is (93,203,173). Sum of RGB (Red+Green+Blue) = 93+203+173=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCBAD is #A23452. Grayscale: #A6A6A6. Windows color (decimal): -10630227 or 11389789. OLE color: 11389789.
HSL color Cylindrical-coordinate representation of color #5DCBAD: hue angle of 163.64º 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 #5DCBAD is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 173 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.20 |
| HSL | 163.64º | 0.51% | 0.58% | - |
| HSV(B) | 163.64º | 0.54% | 0.8% | - |
| XYZ | 33.41 | 48.06 | 47.05 | - |
| YUV | 166.69 | 131.56 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 173 | 0.54 | 0 | 0.15 | 0.20 | 163.64 | 0.51 | 0.58 |
| Hex | 5D | CB | AD | 36 | 0 | F | 14 | A4 | 33 | 3A |
| Octal | 135 | 313 | 255 | 66 | 0 | 17 | 24 | 244 | 63 | 72 |
| Binary | 1011101 | 11001011 | 10101101 | 110110 | 0 | 1111 | 10100 | 10100100 | 110011 | 111010 |
Color Harmonies of #5DCBAD
Complementary color
Monochromatic Colors of #5DCBAD
Black with #5DCBAD
Text Example
Text Example
White with #5DCBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCBAD; }
p { color: rgb(93,203,173); }
H1.HeaderClassName
{
color: #5DCBAD;
}
.AnyTagClassName
{
color: #5DCBAD;
}
</style>
background-color css
<style>
a { background-color: #5DCBAD; }
a { background-color: rgb(93,203,173); }
div.DivClassName
{
background-color: #5DCBAD;
}
.BgClassName
{
background-color: #5DCBAD;
}
</style>
border-color css
<style>
span { border-color: #5DCBAD; }
span { border-color: rgb(93,203,173); }
td.TdClassName
{
border-color: #5DCBAD;
}
.TagClassName
{
border-color: #5DCBAD;
}
</style>