Shades of Aquamarine #61FECA
Tints of Aquamarine #61FECA
RGB
CMYK
RGB Variations
Color information
#61FECA (or 0x61FECA) is known color: Aquamarine. HEX triplet: 61, FE and CA. RGB value is (97,254,202). Sum of RGB (Red+Green+Blue) = 97+254+202=553 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.54% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #61FECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FECA is #9E0135. Grayscale: #C9C9C9. Windows color (decimal): -10354998 or 13303393. OLE color: 13303393.
HSL color Cylindrical-coordinate representation of color #61FECA: hue angle of 160.13º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FECA is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 202 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.00 |
| HSL | 160.13º | 0.99% | 0.69% | - |
| HSV(B) | 160.13º | 0.62% | 1% | - |
| XYZ | 51.03 | 77.69 | 68.18 | - |
| YUV | 201.13 | 128.49 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 202 | 0.62 | 0 | 0.20 | 0.00 | 160.13 | 0.99 | 0.69 |
| Hex | 61 | FE | CA | 3E | 0 | 14 | 0 | A0 | 63 | 45 |
| Octal | 141 | 376 | 312 | 76 | 0 | 24 | 0 | 240 | 143 | 105 |
| Binary | 1100001 | 11111110 | 11001010 | 111110 | 0 | 10100 | 0 | 10100000 | 1100011 | 1000101 |
Color Harmonies of #61FECA
Complementary color
Monochromatic Colors of #61FECA
Black with #61FECA
Text Example
Text Example
White with #61FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FECA; }
p { color: rgb(97,254,202); }
H1.HeaderClassName
{
color: #61FECA;
}
.AnyTagClassName
{
color: #61FECA;
}
</style>
background-color css
<style>
a { background-color: #61FECA; }
a { background-color: rgb(97,254,202); }
div.DivClassName
{
background-color: #61FECA;
}
.BgClassName
{
background-color: #61FECA;
}
</style>
border-color css
<style>
span { border-color: #61FECA; }
span { border-color: rgb(97,254,202); }
td.TdClassName
{
border-color: #61FECA;
}
.TagClassName
{
border-color: #61FECA;
}
</style>