Shades of Aquamarine #5AFFCC
Tints of Aquamarine #5AFFCC
RGB
CMYK
RGB Variations
Color information
#5AFFCC (or 0x5AFFCC) is known color: Aquamarine. HEX triplet: 5A, FF and CC. RGB value is (90,255,204). Sum of RGB (Red+Green+Blue) = 90+255+204=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFFCC is #A50033. Grayscale: #C7C7C7. Windows color (decimal): -10813492 or 13434714. OLE color: 13434714.
HSL color Cylindrical-coordinate representation of color #5AFFCC: hue angle of 161.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFFCC is Cyan = 0.65, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 204 | - |
| CMYK | 0.65 | 0 | 0.2 | 0 |
| HSL | 161.45º | 1% | 0.68% | - |
| HSV(B) | 161.45º | 0.65% | 1% | - |
| XYZ | 50.88 | 78.05 | 69.51 | - |
| YUV | 199.85 | 130.34 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 204 | 0.65 | 0 | 0.2 | 0 | 161.45 | 1 | 0.68 |
| Hex | 5A | FF | CC | 41 | 0 | 14 | 0 | A1 | 64 | 44 |
| Octal | 132 | 377 | 314 | 101 | 0 | 24 | 0 | 241 | 144 | 104 |
| Binary | 1011010 | 11111111 | 11001100 | 1000001 | 0 | 10100 | 0 | 10100001 | 1100100 | 1000100 |
Color Harmonies of #5AFFCC
Complementary color
Monochromatic Colors of #5AFFCC
Black with #5AFFCC
Text Example
Text Example
White with #5AFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFFCC; }
p { color: rgb(90,255,204); }
H1.HeaderClassName
{
color: #5AFFCC;
}
.AnyTagClassName
{
color: #5AFFCC;
}
</style>
background-color css
<style>
a { background-color: #5AFFCC; }
a { background-color: rgb(90,255,204); }
div.DivClassName
{
background-color: #5AFFCC;
}
.BgClassName
{
background-color: #5AFFCC;
}
</style>
border-color css
<style>
span { border-color: #5AFFCC; }
span { border-color: rgb(90,255,204); }
td.TdClassName
{
border-color: #5AFFCC;
}
.TagClassName
{
border-color: #5AFFCC;
}
</style>