Shades of Aquamarine #5AFBCD
Tints of Aquamarine #5AFBCD
RGB
CMYK
RGB Variations
Color information
#5AFBCD (or 0x5AFBCD) is known color: Aquamarine. HEX triplet: 5A, FB and CD. RGB value is (90,251,205). Sum of RGB (Red+Green+Blue) = 90+251+205=546 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.48% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFBCD is #A50432. Grayscale: #C5C5C5. Windows color (decimal): -10814515 or 13499226. OLE color: 13499226.
HSL color Cylindrical-coordinate representation of color #5AFBCD: hue angle of 162.86º degrees, saturation: 0.95, 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 #5AFBCD is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 205 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.02 |
| HSL | 162.86º | 0.95% | 0.67% | - |
| HSV(B) | 162.86º | 0.64% | 0.98% | - |
| XYZ | 49.73 | 75.58 | 69.72 | - |
| YUV | 197.62 | 132.16 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 205 | 0.64 | 0 | 0.18 | 0.02 | 162.86 | 0.95 | 0.67 |
| Hex | 5A | FB | CD | 40 | 0 | 12 | 2 | A3 | 5F | 43 |
| Octal | 132 | 373 | 315 | 100 | 0 | 22 | 2 | 243 | 137 | 103 |
| Binary | 1011010 | 11111011 | 11001101 | 1000000 | 0 | 10010 | 10 | 10100011 | 1011111 | 1000011 |
Color Harmonies of #5AFBCD
Complementary color
Monochromatic Colors of #5AFBCD
Black with #5AFBCD
Text Example
Text Example
White with #5AFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBCD; }
p { color: rgb(90,251,205); }
H1.HeaderClassName
{
color: #5AFBCD;
}
.AnyTagClassName
{
color: #5AFBCD;
}
</style>
background-color css
<style>
a { background-color: #5AFBCD; }
a { background-color: rgb(90,251,205); }
div.DivClassName
{
background-color: #5AFBCD;
}
.BgClassName
{
background-color: #5AFBCD;
}
</style>
border-color css
<style>
span { border-color: #5AFBCD; }
span { border-color: rgb(90,251,205); }
td.TdClassName
{
border-color: #5AFBCD;
}
.TagClassName
{
border-color: #5AFBCD;
}
</style>