Shades of Medium Aquamarine #5AEBB2
Tints of Medium Aquamarine #5AEBB2
RGB
CMYK
RGB Variations
Color information
#5AEBB2 (or 0x5AEBB2) is known color: Medium Aquamarine. HEX triplet: 5A, EB and B2. RGB value is (90,235,178). Sum of RGB (Red+Green+Blue) = 90+235+178=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEBB2 is #A5144D. Grayscale: #B9B9B9. Windows color (decimal): -10818638 or 11725658. OLE color: 11725658.
HSL color Cylindrical-coordinate representation of color #5AEBB2: hue angle of 156.41º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEBB2 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 235 | 178 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.08 |
| HSL | 156.41º | 0.78% | 0.64% | - |
| HSV(B) | 156.41º | 0.62% | 0.92% | - |
| XYZ | 41.96 | 64.8 | 52.42 | - |
| YUV | 185.15 | 123.96 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 235 | 178 | 0.62 | 0 | 0.24 | 0.08 | 156.41 | 0.78 | 0.64 |
| Hex | 5A | EB | B2 | 3E | 0 | 18 | 8 | 9C | 4E | 40 |
| Octal | 132 | 353 | 262 | 76 | 0 | 30 | 10 | 234 | 116 | 100 |
| Binary | 1011010 | 11101011 | 10110010 | 111110 | 0 | 11000 | 1000 | 10011100 | 1001110 | 1000000 |
Color Harmonies of #5AEBB2
Complementary color
Monochromatic Colors of #5AEBB2
Black with #5AEBB2
Text Example
Text Example
White with #5AEBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEBB2; }
p { color: rgb(90,235,178); }
H1.HeaderClassName
{
color: #5AEBB2;
}
.AnyTagClassName
{
color: #5AEBB2;
}
</style>
background-color css
<style>
a { background-color: #5AEBB2; }
a { background-color: rgb(90,235,178); }
div.DivClassName
{
background-color: #5AEBB2;
}
.BgClassName
{
background-color: #5AEBB2;
}
</style>
border-color css
<style>
span { border-color: #5AEBB2; }
span { border-color: rgb(90,235,178); }
td.TdClassName
{
border-color: #5AEBB2;
}
.TagClassName
{
border-color: #5AEBB2;
}
</style>