Shades of Medium Aquamarine #5BEA9C
Tints of Medium Aquamarine #5BEA9C
RGB
CMYK
RGB Variations
Color information
#5BEA9C (or 0x5BEA9C) is known color: Medium Aquamarine. HEX triplet: 5B, EA and 9C. RGB value is (91,234,156). Sum of RGB (Red+Green+Blue) = 91+234+156=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEA9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEA9C is #A41563. Grayscale: #B6B6B6. Windows color (decimal): -10753380 or 10283611. OLE color: 10283611.
HSL color Cylindrical-coordinate representation of color #5BEA9C: hue angle of 147.27º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEA9C is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 234 | 156 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.08 |
| HSL | 147.27º | 0.77% | 0.64% | - |
| HSV(B) | 147.27º | 0.61% | 0.92% | - |
| XYZ | 39.74 | 63.47 | 41.61 | - |
| YUV | 182.35 | 113.12 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 156 | 0.61 | 0 | 0.33 | 0.08 | 147.27 | 0.77 | 0.64 |
| Hex | 5B | EA | 9C | 3D | 0 | 21 | 8 | 93 | 4D | 40 |
| Octal | 133 | 352 | 234 | 75 | 0 | 41 | 10 | 223 | 115 | 100 |
| Binary | 1011011 | 11101010 | 10011100 | 111101 | 0 | 100001 | 1000 | 10010011 | 1001101 | 1000000 |
Color Harmonies of #5BEA9C
Complementary color
Monochromatic Colors of #5BEA9C
Black with #5BEA9C
Text Example
Text Example
White with #5BEA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEA9C; }
p { color: rgb(91,234,156); }
H1.HeaderClassName
{
color: #5BEA9C;
}
.AnyTagClassName
{
color: #5BEA9C;
}
</style>
background-color css
<style>
a { background-color: #5BEA9C; }
a { background-color: rgb(91,234,156); }
div.DivClassName
{
background-color: #5BEA9C;
}
.BgClassName
{
background-color: #5BEA9C;
}
</style>
border-color css
<style>
span { border-color: #5BEA9C; }
span { border-color: rgb(91,234,156); }
td.TdClassName
{
border-color: #5BEA9C;
}
.TagClassName
{
border-color: #5BEA9C;
}
</style>