Shades of Medium Aquamarine #5AEEB2
Tints of Medium Aquamarine #5AEEB2
RGB
CMYK
RGB Variations
Color information
#5AEEB2 (or 0x5AEEB2) is known color: Medium Aquamarine. HEX triplet: 5A, EE and B2. RGB value is (90,238,178). Sum of RGB (Red+Green+Blue) = 90+238+178=506 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.79% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEEB2 is #A5114D. Grayscale: #BBBBBB. Windows color (decimal): -10817870 or 11726426. OLE color: 11726426.
HSL color Cylindrical-coordinate representation of color #5AEEB2: hue angle of 155.68º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEEB2 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 178 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.07 |
| HSL | 155.68º | 0.81% | 0.64% | - |
| HSV(B) | 155.68º | 0.62% | 0.93% | - |
| XYZ | 42.83 | 66.54 | 52.71 | - |
| YUV | 186.91 | 122.97 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 178 | 0.62 | 0 | 0.25 | 0.07 | 155.68 | 0.81 | 0.64 |
| Hex | 5A | EE | B2 | 3E | 0 | 19 | 7 | 9C | 51 | 40 |
| Octal | 132 | 356 | 262 | 76 | 0 | 31 | 7 | 234 | 121 | 100 |
| Binary | 1011010 | 11101110 | 10110010 | 111110 | 0 | 11001 | 111 | 10011100 | 1010001 | 1000000 |
Color Harmonies of #5AEEB2
Complementary color
Monochromatic Colors of #5AEEB2
Black with #5AEEB2
Text Example
Text Example
White with #5AEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEB2; }
p { color: rgb(90,238,178); }
H1.HeaderClassName
{
color: #5AEEB2;
}
.AnyTagClassName
{
color: #5AEEB2;
}
</style>
background-color css
<style>
a { background-color: #5AEEB2; }
a { background-color: rgb(90,238,178); }
div.DivClassName
{
background-color: #5AEEB2;
}
.BgClassName
{
background-color: #5AEEB2;
}
</style>
border-color css
<style>
span { border-color: #5AEEB2; }
span { border-color: rgb(90,238,178); }
td.TdClassName
{
border-color: #5AEEB2;
}
.TagClassName
{
border-color: #5AEEB2;
}
</style>