Shades of Aquamarine #5AFECC
Tints of Aquamarine #5AFECC
RGB
CMYK
RGB Variations
Color information
#5AFECC (or 0x5AFECC) is known color: Aquamarine. HEX triplet: 5A, FE and CC. RGB value is (90,254,204). Sum of RGB (Red+Green+Blue) = 90+254+204=548 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.42% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFECC is #A50133. Grayscale: #C7C7C7. Windows color (decimal): -10813748 or 13434458. OLE color: 13434458.
HSL color Cylindrical-coordinate representation of color #5AFECC: hue angle of 161.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFECC is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 204 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.00 |
| HSL | 161.71º | 0.99% | 0.67% | - |
| HSV(B) | 161.71º | 0.65% | 1% | - |
| XYZ | 50.56 | 77.42 | 69.41 | - |
| YUV | 199.26 | 130.67 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 204 | 0.65 | 0 | 0.20 | 0.00 | 161.71 | 0.99 | 0.67 |
| Hex | 5A | FE | CC | 41 | 0 | 14 | 0 | A2 | 63 | 43 |
| Octal | 132 | 376 | 314 | 101 | 0 | 24 | 0 | 242 | 143 | 103 |
| Binary | 1011010 | 11111110 | 11001100 | 1000001 | 0 | 10100 | 0 | 10100010 | 1100011 | 1000011 |
Color Harmonies of #5AFECC
Complementary color
Monochromatic Colors of #5AFECC
Black with #5AFECC
Text Example
Text Example
White with #5AFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFECC; }
p { color: rgb(90,254,204); }
H1.HeaderClassName
{
color: #5AFECC;
}
.AnyTagClassName
{
color: #5AFECC;
}
</style>
background-color css
<style>
a { background-color: #5AFECC; }
a { background-color: rgb(90,254,204); }
div.DivClassName
{
background-color: #5AFECC;
}
.BgClassName
{
background-color: #5AFECC;
}
</style>
border-color css
<style>
span { border-color: #5AFECC; }
span { border-color: rgb(90,254,204); }
td.TdClassName
{
border-color: #5AFECC;
}
.TagClassName
{
border-color: #5AFECC;
}
</style>