Shades of Medium Aquamarine #5BDDA4
Tints of Medium Aquamarine #5BDDA4
RGB
CMYK
RGB Variations
Color information
#5BDDA4 (or 0x5BDDA4) is known color: Medium Aquamarine. HEX triplet: 5B, DD and A4. RGB value is (91,221,164). Sum of RGB (Red+Green+Blue) = 91+221+164=476 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.12% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDDA4 is #A4225B. Grayscale: #AFAFAF. Windows color (decimal): -10756700 or 10804571. OLE color: 10804571.
HSL color Cylindrical-coordinate representation of color #5BDDA4: hue angle of 153.69º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDDA4 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 164 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.13 |
| HSL | 153.69º | 0.66% | 0.61% | - |
| HSV(B) | 153.69º | 0.59% | 0.87% | - |
| XYZ | 36.87 | 56.62 | 44.11 | - |
| YUV | 175.63 | 121.43 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 164 | 0.59 | 0 | 0.26 | 0.13 | 153.69 | 0.66 | 0.61 |
| Hex | 5B | DD | A4 | 3B | 0 | 1A | D | 9A | 42 | 3D |
| Octal | 133 | 335 | 244 | 73 | 0 | 32 | 15 | 232 | 102 | 75 |
| Binary | 1011011 | 11011101 | 10100100 | 111011 | 0 | 11010 | 1101 | 10011010 | 1000010 | 111101 |
Color Harmonies of #5BDDA4
Complementary color
Monochromatic Colors of #5BDDA4
Black with #5BDDA4
Text Example
Text Example
White with #5BDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDA4; }
p { color: rgb(91,221,164); }
H1.HeaderClassName
{
color: #5BDDA4;
}
.AnyTagClassName
{
color: #5BDDA4;
}
</style>
background-color css
<style>
a { background-color: #5BDDA4; }
a { background-color: rgb(91,221,164); }
div.DivClassName
{
background-color: #5BDDA4;
}
.BgClassName
{
background-color: #5BDDA4;
}
</style>
border-color css
<style>
span { border-color: #5BDDA4; }
span { border-color: rgb(91,221,164); }
td.TdClassName
{
border-color: #5BDDA4;
}
.TagClassName
{
border-color: #5BDDA4;
}
</style>