Shades of Medium Aquamarine #5AF6B4
Tints of Medium Aquamarine #5AF6B4
RGB
CMYK
RGB Variations
Color information
#5AF6B4 (or 0x5AF6B4) is known color: Medium Aquamarine. HEX triplet: 5A, F6 and B4. RGB value is (90,246,180). Sum of RGB (Red+Green+Blue) = 90+246+180=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF6B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF6B4 is #A5094B. Grayscale: #BFBFBF. Windows color (decimal): -10815820 or 11859546. OLE color: 11859546.
HSL color Cylindrical-coordinate representation of color #5AF6B4: hue angle of 154.62º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF6B4 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 246 | 180 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.04 |
| HSL | 154.62º | 0.9% | 0.66% | - |
| HSV(B) | 154.62º | 0.63% | 0.96% | - |
| XYZ | 45.41 | 71.38 | 54.56 | - |
| YUV | 191.83 | 121.32 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 246 | 180 | 0.63 | 0 | 0.27 | 0.04 | 154.62 | 0.9 | 0.66 |
| Hex | 5A | F6 | B4 | 3F | 0 | 1B | 4 | 9B | 5A | 42 |
| Octal | 132 | 366 | 264 | 77 | 0 | 33 | 4 | 233 | 132 | 102 |
| Binary | 1011010 | 11110110 | 10110100 | 111111 | 0 | 11011 | 100 | 10011011 | 1011010 | 1000010 |
Color Harmonies of #5AF6B4
Complementary color
Monochromatic Colors of #5AF6B4
Black with #5AF6B4
Text Example
Text Example
White with #5AF6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF6B4; }
p { color: rgb(90,246,180); }
H1.HeaderClassName
{
color: #5AF6B4;
}
.AnyTagClassName
{
color: #5AF6B4;
}
</style>
background-color css
<style>
a { background-color: #5AF6B4; }
a { background-color: rgb(90,246,180); }
div.DivClassName
{
background-color: #5AF6B4;
}
.BgClassName
{
background-color: #5AF6B4;
}
</style>
border-color css
<style>
span { border-color: #5AF6B4; }
span { border-color: rgb(90,246,180); }
td.TdClassName
{
border-color: #5AF6B4;
}
.TagClassName
{
border-color: #5AF6B4;
}
</style>