Shades of Aquamarine #61FAC0
Tints of Aquamarine #61FAC0
RGB
CMYK
RGB Variations
Color information
#61FAC0 (or 0x61FAC0) is known color: Aquamarine. HEX triplet: 61, FA and C0. RGB value is (97,250,192). Sum of RGB (Red+Green+Blue) = 97+250+192=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #61FAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FAC0 is #9E053F. Grayscale: #C5C5C5. Windows color (decimal): -10356032 or 12647009. OLE color: 12647009.
HSL color Cylindrical-coordinate representation of color #61FAC0: hue angle of 157.25º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61FAC0 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 250 | 192 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.02 |
| HSL | 157.25º | 0.94% | 0.68% | - |
| HSV(B) | 157.25º | 0.61% | 0.98% | - |
| XYZ | 48.63 | 74.72 | 61.73 | - |
| YUV | 197.64 | 124.81 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 250 | 192 | 0.61 | 0 | 0.23 | 0.02 | 157.25 | 0.94 | 0.68 |
| Hex | 61 | FA | C0 | 3D | 0 | 17 | 2 | 9D | 5E | 44 |
| Octal | 141 | 372 | 300 | 75 | 0 | 27 | 2 | 235 | 136 | 104 |
| Binary | 1100001 | 11111010 | 11000000 | 111101 | 0 | 10111 | 10 | 10011101 | 1011110 | 1000100 |
Color Harmonies of #61FAC0
Complementary color
Monochromatic Colors of #61FAC0
Black with #61FAC0
Text Example
Text Example
White with #61FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FAC0; }
p { color: rgb(97,250,192); }
H1.HeaderClassName
{
color: #61FAC0;
}
.AnyTagClassName
{
color: #61FAC0;
}
</style>
background-color css
<style>
a { background-color: #61FAC0; }
a { background-color: rgb(97,250,192); }
div.DivClassName
{
background-color: #61FAC0;
}
.BgClassName
{
background-color: #61FAC0;
}
</style>
border-color css
<style>
span { border-color: #61FAC0; }
span { border-color: rgb(97,250,192); }
td.TdClassName
{
border-color: #61FAC0;
}
.TagClassName
{
border-color: #61FAC0;
}
</style>