Shades of Aquamarine #5AFCCC
Tints of Aquamarine #5AFCCC
RGB
CMYK
RGB Variations
Color information
#5AFCCC (or 0x5AFCCC) is known color: Aquamarine. HEX triplet: 5A, FC and CC. RGB value is (90,252,204). Sum of RGB (Red+Green+Blue) = 90+252+204=546 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.48% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFCCC is #A50333. Grayscale: #C6C6C6. Windows color (decimal): -10814260 or 13433946. OLE color: 13433946.
HSL color Cylindrical-coordinate representation of color #5AFCCC: hue angle of 162.22º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFCCC is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 204 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.01 |
| HSL | 162.22º | 0.96% | 0.67% | - |
| HSV(B) | 162.22º | 0.64% | 0.99% | - |
| XYZ | 49.93 | 76.15 | 69.19 | - |
| YUV | 198.09 | 131.33 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 204 | 0.64 | 0 | 0.19 | 0.01 | 162.22 | 0.96 | 0.67 |
| Hex | 5A | FC | CC | 40 | 0 | 13 | 1 | A2 | 60 | 43 |
| Octal | 132 | 374 | 314 | 100 | 0 | 23 | 1 | 242 | 140 | 103 |
| Binary | 1011010 | 11111100 | 11001100 | 1000000 | 0 | 10011 | 1 | 10100010 | 1100000 | 1000011 |
Color Harmonies of #5AFCCC
Complementary color
Monochromatic Colors of #5AFCCC
Black with #5AFCCC
Text Example
Text Example
White with #5AFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFCCC; }
p { color: rgb(90,252,204); }
H1.HeaderClassName
{
color: #5AFCCC;
}
.AnyTagClassName
{
color: #5AFCCC;
}
</style>
background-color css
<style>
a { background-color: #5AFCCC; }
a { background-color: rgb(90,252,204); }
div.DivClassName
{
background-color: #5AFCCC;
}
.BgClassName
{
background-color: #5AFCCC;
}
</style>
border-color css
<style>
span { border-color: #5AFCCC; }
span { border-color: rgb(90,252,204); }
td.TdClassName
{
border-color: #5AFCCC;
}
.TagClassName
{
border-color: #5AFCCC;
}
</style>