Shades of Aquamarine #5AF7C2
Tints of Aquamarine #5AF7C2
RGB
CMYK
RGB Variations
Color information
#5AF7C2 (or 0x5AF7C2) is known color: Aquamarine. HEX triplet: 5A, F7 and C2. RGB value is (90,247,194). Sum of RGB (Red+Green+Blue) = 90+247+194=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF7C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF7C2 is #A5083D. Grayscale: #C2C2C2. Windows color (decimal): -10815550 or 12777306. OLE color: 12777306.
HSL color Cylindrical-coordinate representation of color #5AF7C2: hue angle of 159.75º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF7C2 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 194 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.03 |
| HSL | 159.75º | 0.91% | 0.66% | - |
| HSV(B) | 159.75º | 0.64% | 0.97% | - |
| XYZ | 47.21 | 72.59 | 62.56 | - |
| YUV | 194.02 | 127.99 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 194 | 0.64 | 0 | 0.21 | 0.03 | 159.75 | 0.91 | 0.66 |
| Hex | 5A | F7 | C2 | 40 | 0 | 15 | 3 | A0 | 5B | 42 |
| Octal | 132 | 367 | 302 | 100 | 0 | 25 | 3 | 240 | 133 | 102 |
| Binary | 1011010 | 11110111 | 11000010 | 1000000 | 0 | 10101 | 11 | 10100000 | 1011011 | 1000010 |
Color Harmonies of #5AF7C2
Complementary color
Monochromatic Colors of #5AF7C2
Black with #5AF7C2
Text Example
Text Example
White with #5AF7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF7C2; }
p { color: rgb(90,247,194); }
H1.HeaderClassName
{
color: #5AF7C2;
}
.AnyTagClassName
{
color: #5AF7C2;
}
</style>
background-color css
<style>
a { background-color: #5AF7C2; }
a { background-color: rgb(90,247,194); }
div.DivClassName
{
background-color: #5AF7C2;
}
.BgClassName
{
background-color: #5AF7C2;
}
</style>
border-color css
<style>
span { border-color: #5AF7C2; }
span { border-color: rgb(90,247,194); }
td.TdClassName
{
border-color: #5AF7C2;
}
.TagClassName
{
border-color: #5AF7C2;
}
</style>