Shades of Medium Aquamarine #5AFBAF
Tints of Medium Aquamarine #5AFBAF
RGB
CMYK
RGB Variations
Color information
#5AFBAF (or 0x5AFBAF) is known color: Medium Aquamarine. HEX triplet: 5A, FB and AF. RGB value is (90,251,175). Sum of RGB (Red+Green+Blue) = 90+251+175=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFBAF is #A50450. Grayscale: #C2C2C2. Windows color (decimal): -10814545 or 11533146. OLE color: 11533146.
HSL color Cylindrical-coordinate representation of color #5AFBAF: hue angle of 151.68º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFBAF is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 175 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.02 |
| HSL | 151.68º | 0.95% | 0.67% | - |
| HSV(B) | 151.68º | 0.64% | 0.98% | - |
| XYZ | 46.45 | 74.26 | 52.44 | - |
| YUV | 194.2 | 117.16 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 175 | 0.64 | 0 | 0.30 | 0.02 | 151.68 | 0.95 | 0.67 |
| Hex | 5A | FB | AF | 40 | 0 | 1E | 2 | 98 | 5F | 43 |
| Octal | 132 | 373 | 257 | 100 | 0 | 36 | 2 | 230 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10101111 | 1000000 | 0 | 11110 | 10 | 10011000 | 1011111 | 1000011 |
Color Harmonies of #5AFBAF
Complementary color
Monochromatic Colors of #5AFBAF
Black with #5AFBAF
Text Example
Text Example
White with #5AFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBAF; }
p { color: rgb(90,251,175); }
H1.HeaderClassName
{
color: #5AFBAF;
}
.AnyTagClassName
{
color: #5AFBAF;
}
</style>
background-color css
<style>
a { background-color: #5AFBAF; }
a { background-color: rgb(90,251,175); }
div.DivClassName
{
background-color: #5AFBAF;
}
.BgClassName
{
background-color: #5AFBAF;
}
</style>
border-color css
<style>
span { border-color: #5AFBAF; }
span { border-color: rgb(90,251,175); }
td.TdClassName
{
border-color: #5AFBAF;
}
.TagClassName
{
border-color: #5AFBAF;
}
</style>