Shades of Medium Aquamarine #5AF69B
Tints of Medium Aquamarine #5AF69B
RGB
CMYK
RGB Variations
Color information
#5AF69B (or 0x5AF69B) is known color: Medium Aquamarine. HEX triplet: 5A, F6 and 9B. RGB value is (90,246,155). Sum of RGB (Red+Green+Blue) = 90+246+155=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF69B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF69B is #A50964. Grayscale: #BDBDBD. Windows color (decimal): -10815845 or 10221146. OLE color: 10221146.
HSL color Cylindrical-coordinate representation of color #5AF69B: hue angle of 145º 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 #5AF69B is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 246 | 155 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.04 |
| HSL | 145º | 0.9% | 0.66% | - |
| HSV(B) | 145º | 0.63% | 0.96% | - |
| XYZ | 43.09 | 70.45 | 42.34 | - |
| YUV | 188.98 | 108.82 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 246 | 155 | 0.63 | 0 | 0.37 | 0.04 | 145 | 0.9 | 0.66 |
| Hex | 5A | F6 | 9B | 3F | 0 | 25 | 4 | 91 | 5A | 42 |
| Octal | 132 | 366 | 233 | 77 | 0 | 45 | 4 | 221 | 132 | 102 |
| Binary | 1011010 | 11110110 | 10011011 | 111111 | 0 | 100101 | 100 | 10010001 | 1011010 | 1000010 |
Color Harmonies of #5AF69B
Complementary color
Monochromatic Colors of #5AF69B
Black with #5AF69B
Text Example
Text Example
White with #5AF69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF69B; }
p { color: rgb(90,246,155); }
H1.HeaderClassName
{
color: #5AF69B;
}
.AnyTagClassName
{
color: #5AF69B;
}
</style>
background-color css
<style>
a { background-color: #5AF69B; }
a { background-color: rgb(90,246,155); }
div.DivClassName
{
background-color: #5AF69B;
}
.BgClassName
{
background-color: #5AF69B;
}
</style>
border-color css
<style>
span { border-color: #5AF69B; }
span { border-color: rgb(90,246,155); }
td.TdClassName
{
border-color: #5AF69B;
}
.TagClassName
{
border-color: #5AF69B;
}
</style>