Shades of Aquamarine #5AFAC3
Tints of Aquamarine #5AFAC3
RGB
CMYK
RGB Variations
Color information
#5AFAC3 (or 0x5AFAC3) is known color: Aquamarine. HEX triplet: 5A, FA and C3. RGB value is (90,250,195). Sum of RGB (Red+Green+Blue) = 90+250+195=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFAC3 is #A5053C. Grayscale: #C3C3C3. Windows color (decimal): -10814781 or 12843610. OLE color: 12843610.
HSL color Cylindrical-coordinate representation of color #5AFAC3: hue angle of 159.38º degrees, saturation: 0.94, 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 #5AFAC3 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 195 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.02 |
| HSL | 159.38º | 0.94% | 0.67% | - |
| HSV(B) | 159.38º | 0.64% | 0.98% | - |
| XYZ | 48.25 | 74.49 | 63.46 | - |
| YUV | 195.89 | 127.49 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 195 | 0.64 | 0 | 0.22 | 0.02 | 159.38 | 0.94 | 0.67 |
| Hex | 5A | FA | C3 | 40 | 0 | 16 | 2 | 9F | 5E | 43 |
| Octal | 132 | 372 | 303 | 100 | 0 | 26 | 2 | 237 | 136 | 103 |
| Binary | 1011010 | 11111010 | 11000011 | 1000000 | 0 | 10110 | 10 | 10011111 | 1011110 | 1000011 |
Color Harmonies of #5AFAC3
Complementary color
Monochromatic Colors of #5AFAC3
Black with #5AFAC3
Text Example
Text Example
White with #5AFAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFAC3; }
p { color: rgb(90,250,195); }
H1.HeaderClassName
{
color: #5AFAC3;
}
.AnyTagClassName
{
color: #5AFAC3;
}
</style>
background-color css
<style>
a { background-color: #5AFAC3; }
a { background-color: rgb(90,250,195); }
div.DivClassName
{
background-color: #5AFAC3;
}
.BgClassName
{
background-color: #5AFAC3;
}
</style>
border-color css
<style>
span { border-color: #5AFAC3; }
span { border-color: rgb(90,250,195); }
td.TdClassName
{
border-color: #5AFAC3;
}
.TagClassName
{
border-color: #5AFAC3;
}
</style>