Shades of Medium Aquamarine #5DCBA6
Tints of Medium Aquamarine #5DCBA6
RGB
CMYK
RGB Variations
Color information
#5DCBA6 (or 0x5DCBA6) is known color: Medium Aquamarine. HEX triplet: 5D, CB and A6. RGB value is (93,203,166). Sum of RGB (Red+Green+Blue) = 93+203+166=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCBA6 is #A23459. Grayscale: #A5A5A5. Windows color (decimal): -10630234 or 10931037. OLE color: 10931037.
HSL color Cylindrical-coordinate representation of color #5DCBA6: hue angle of 159.82º 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 #5DCBA6 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 166 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.20 |
| HSL | 159.82º | 0.51% | 0.58% | - |
| HSV(B) | 159.82º | 0.54% | 0.8% | - |
| XYZ | 32.75 | 47.79 | 43.57 | - |
| YUV | 165.89 | 128.06 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 166 | 0.54 | 0 | 0.18 | 0.20 | 159.82 | 0.51 | 0.58 |
| Hex | 5D | CB | A6 | 36 | 0 | 12 | 14 | A0 | 33 | 3A |
| Octal | 135 | 313 | 246 | 66 | 0 | 22 | 24 | 240 | 63 | 72 |
| Binary | 1011101 | 11001011 | 10100110 | 110110 | 0 | 10010 | 10100 | 10100000 | 110011 | 111010 |
Color Harmonies of #5DCBA6
Complementary color
Monochromatic Colors of #5DCBA6
Black with #5DCBA6
Text Example
Text Example
White with #5DCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCBA6; }
p { color: rgb(93,203,166); }
H1.HeaderClassName
{
color: #5DCBA6;
}
.AnyTagClassName
{
color: #5DCBA6;
}
</style>
background-color css
<style>
a { background-color: #5DCBA6; }
a { background-color: rgb(93,203,166); }
div.DivClassName
{
background-color: #5DCBA6;
}
.BgClassName
{
background-color: #5DCBA6;
}
</style>
border-color css
<style>
span { border-color: #5DCBA6; }
span { border-color: rgb(93,203,166); }
td.TdClassName
{
border-color: #5DCBA6;
}
.TagClassName
{
border-color: #5DCBA6;
}
</style>