Shades of Medium Aquamarine #5BCDA5
Tints of Medium Aquamarine #5BCDA5
RGB
CMYK
RGB Variations
Color information
#5BCDA5 (or 0x5BCDA5) is known color: Medium Aquamarine. HEX triplet: 5B, CD and A5. RGB value is (91,205,165). Sum of RGB (Red+Green+Blue) = 91+205+165=461 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.74% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCDA5 is #A4325A. Grayscale: #A6A6A6. Windows color (decimal): -10760795 or 10866011. OLE color: 10866011.
HSL color Cylindrical-coordinate representation of color #5BCDA5: hue angle of 158.95º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCDA5 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 165 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.20 |
| HSL | 158.95º | 0.53% | 0.58% | - |
| HSV(B) | 158.95º | 0.56% | 0.8% | - |
| XYZ | 32.94 | 48.6 | 43.24 | - |
| YUV | 166.35 | 127.23 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 165 | 0.56 | 0 | 0.20 | 0.20 | 158.95 | 0.53 | 0.58 |
| Hex | 5B | CD | A5 | 38 | 0 | 14 | 14 | 9F | 35 | 3A |
| Octal | 133 | 315 | 245 | 70 | 0 | 24 | 24 | 237 | 65 | 72 |
| Binary | 1011011 | 11001101 | 10100101 | 111000 | 0 | 10100 | 10100 | 10011111 | 110101 | 111010 |
Color Harmonies of #5BCDA5
Complementary color
Monochromatic Colors of #5BCDA5
Black with #5BCDA5
Text Example
Text Example
White with #5BCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDA5; }
p { color: rgb(91,205,165); }
H1.HeaderClassName
{
color: #5BCDA5;
}
.AnyTagClassName
{
color: #5BCDA5;
}
</style>
background-color css
<style>
a { background-color: #5BCDA5; }
a { background-color: rgb(91,205,165); }
div.DivClassName
{
background-color: #5BCDA5;
}
.BgClassName
{
background-color: #5BCDA5;
}
</style>
border-color css
<style>
span { border-color: #5BCDA5; }
span { border-color: rgb(91,205,165); }
td.TdClassName
{
border-color: #5BCDA5;
}
.TagClassName
{
border-color: #5BCDA5;
}
</style>