Shades of Medium Aquamarine #5AF397
Tints of Medium Aquamarine #5AF397
RGB
CMYK
RGB Variations
Color information
#5AF397 (or 0x5AF397) is known color: Medium Aquamarine. HEX triplet: 5A, F3 and 97. RGB value is (90,243,151). Sum of RGB (Red+Green+Blue) = 90+243+151=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF397 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF397 is #A50C68. Grayscale: #BABABA. Windows color (decimal): -10816617 or 9958234. OLE color: 9958234.
HSL color Cylindrical-coordinate representation of color #5AF397: hue angle of 143.92º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF397 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 151 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.05 |
| HSL | 143.92º | 0.86% | 0.65% | - |
| HSV(B) | 143.92º | 0.63% | 0.95% | - |
| XYZ | 41.85 | 68.51 | 40.3 | - |
| YUV | 186.77 | 107.81 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 151 | 0.63 | 0 | 0.38 | 0.05 | 143.92 | 0.86 | 0.65 |
| Hex | 5A | F3 | 97 | 3F | 0 | 26 | 5 | 90 | 56 | 41 |
| Octal | 132 | 363 | 227 | 77 | 0 | 46 | 5 | 220 | 126 | 101 |
| Binary | 1011010 | 11110011 | 10010111 | 111111 | 0 | 100110 | 101 | 10010000 | 1010110 | 1000001 |
Color Harmonies of #5AF397
Complementary color
Monochromatic Colors of #5AF397
Black with #5AF397
Text Example
Text Example
White with #5AF397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF397; }
p { color: rgb(90,243,151); }
H1.HeaderClassName
{
color: #5AF397;
}
.AnyTagClassName
{
color: #5AF397;
}
</style>
background-color css
<style>
a { background-color: #5AF397; }
a { background-color: rgb(90,243,151); }
div.DivClassName
{
background-color: #5AF397;
}
.BgClassName
{
background-color: #5AF397;
}
</style>
border-color css
<style>
span { border-color: #5AF397; }
span { border-color: rgb(90,243,151); }
td.TdClassName
{
border-color: #5AF397;
}
.TagClassName
{
border-color: #5AF397;
}
</style>