Shades of Aquamarine #5AF9CD
Tints of Aquamarine #5AF9CD
RGB
CMYK
RGB Variations
Color information
#5AF9CD (or 0x5AF9CD) is known color: Aquamarine. HEX triplet: 5A, F9 and CD. RGB value is (90,249,205). Sum of RGB (Red+Green+Blue) = 90+249+205=544 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.54% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF9CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF9CD is #A50632. Grayscale: #C4C4C4. Windows color (decimal): -10815027 or 13498714. OLE color: 13498714.
HSL color Cylindrical-coordinate representation of color #5AF9CD: hue angle of 163.4º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF9CD is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 205 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.02 |
| HSL | 163.4º | 0.93% | 0.66% | - |
| HSV(B) | 163.4º | 0.64% | 0.98% | - |
| XYZ | 49.11 | 74.33 | 69.52 | - |
| YUV | 196.44 | 132.82 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 205 | 0.64 | 0 | 0.18 | 0.02 | 163.4 | 0.93 | 0.66 |
| Hex | 5A | F9 | CD | 40 | 0 | 12 | 2 | A3 | 5D | 42 |
| Octal | 132 | 371 | 315 | 100 | 0 | 22 | 2 | 243 | 135 | 102 |
| Binary | 1011010 | 11111001 | 11001101 | 1000000 | 0 | 10010 | 10 | 10100011 | 1011101 | 1000010 |
Color Harmonies of #5AF9CD
Complementary color
Monochromatic Colors of #5AF9CD
Black with #5AF9CD
Text Example
Text Example
White with #5AF9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF9CD; }
p { color: rgb(90,249,205); }
H1.HeaderClassName
{
color: #5AF9CD;
}
.AnyTagClassName
{
color: #5AF9CD;
}
</style>
background-color css
<style>
a { background-color: #5AF9CD; }
a { background-color: rgb(90,249,205); }
div.DivClassName
{
background-color: #5AF9CD;
}
.BgClassName
{
background-color: #5AF9CD;
}
</style>
border-color css
<style>
span { border-color: #5AF9CD; }
span { border-color: rgb(90,249,205); }
td.TdClassName
{
border-color: #5AF9CD;
}
.TagClassName
{
border-color: #5AF9CD;
}
</style>