Shades of Medium Aquamarine #5BCDA2
Tints of Medium Aquamarine #5BCDA2
RGB
CMYK
RGB Variations
Color information
#5BCDA2 (or 0x5BCDA2) is known color: Medium Aquamarine. HEX triplet: 5B, CD and A2. RGB value is (91,205,162). Sum of RGB (Red+Green+Blue) = 91+205+162=458 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.87% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCDA2 is #A4325D. Grayscale: #A6A6A6. Windows color (decimal): -10760798 or 10669403. OLE color: 10669403.
HSL color Cylindrical-coordinate representation of color #5BCDA2: hue angle of 157.37º 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 #5BCDA2 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 162 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.20 |
| HSL | 157.37º | 0.53% | 0.58% | - |
| HSV(B) | 157.37º | 0.56% | 0.8% | - |
| XYZ | 32.67 | 48.5 | 41.82 | - |
| YUV | 166.01 | 125.73 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 162 | 0.56 | 0 | 0.21 | 0.20 | 157.37 | 0.53 | 0.58 |
| Hex | 5B | CD | A2 | 38 | 0 | 15 | 14 | 9D | 35 | 3A |
| Octal | 133 | 315 | 242 | 70 | 0 | 25 | 24 | 235 | 65 | 72 |
| Binary | 1011011 | 11001101 | 10100010 | 111000 | 0 | 10101 | 10100 | 10011101 | 110101 | 111010 |
Color Harmonies of #5BCDA2
Complementary color
Monochromatic Colors of #5BCDA2
Black with #5BCDA2
Text Example
Text Example
White with #5BCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDA2; }
p { color: rgb(91,205,162); }
H1.HeaderClassName
{
color: #5BCDA2;
}
.AnyTagClassName
{
color: #5BCDA2;
}
</style>
background-color css
<style>
a { background-color: #5BCDA2; }
a { background-color: rgb(91,205,162); }
div.DivClassName
{
background-color: #5BCDA2;
}
.BgClassName
{
background-color: #5BCDA2;
}
</style>
border-color css
<style>
span { border-color: #5BCDA2; }
span { border-color: rgb(91,205,162); }
td.TdClassName
{
border-color: #5BCDA2;
}
.TagClassName
{
border-color: #5BCDA2;
}
</style>