Shades of Medium Aquamarine #5AF3AF
Tints of Medium Aquamarine #5AF3AF
RGB
CMYK
RGB Variations
Color information
#5AF3AF (or 0x5AF3AF) is known color: Medium Aquamarine. HEX triplet: 5A, F3 and AF. RGB value is (90,243,175). Sum of RGB (Red+Green+Blue) = 90+243+175=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF3AF is #A50C50. Grayscale: #BDBDBD. Windows color (decimal): -10816593 or 11531098. OLE color: 11531098.
HSL color Cylindrical-coordinate representation of color #5AF3AF: hue angle of 153.33º 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 #5AF3AF is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 175 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.05 |
| HSL | 153.33º | 0.86% | 0.65% | - |
| HSV(B) | 153.33º | 0.63% | 0.95% | - |
| XYZ | 44 | 69.37 | 51.63 | - |
| YUV | 189.5 | 119.81 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 175 | 0.63 | 0 | 0.28 | 0.05 | 153.33 | 0.86 | 0.65 |
| Hex | 5A | F3 | AF | 3F | 0 | 1C | 5 | 99 | 56 | 41 |
| Octal | 132 | 363 | 257 | 77 | 0 | 34 | 5 | 231 | 126 | 101 |
| Binary | 1011010 | 11110011 | 10101111 | 111111 | 0 | 11100 | 101 | 10011001 | 1010110 | 1000001 |
Color Harmonies of #5AF3AF
Complementary color
Monochromatic Colors of #5AF3AF
Black with #5AF3AF
Text Example
Text Example
White with #5AF3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF3AF; }
p { color: rgb(90,243,175); }
H1.HeaderClassName
{
color: #5AF3AF;
}
.AnyTagClassName
{
color: #5AF3AF;
}
</style>
background-color css
<style>
a { background-color: #5AF3AF; }
a { background-color: rgb(90,243,175); }
div.DivClassName
{
background-color: #5AF3AF;
}
.BgClassName
{
background-color: #5AF3AF;
}
</style>
border-color css
<style>
span { border-color: #5AF3AF; }
span { border-color: rgb(90,243,175); }
td.TdClassName
{
border-color: #5AF3AF;
}
.TagClassName
{
border-color: #5AF3AF;
}
</style>