Shades of Aquamarine #61FED5
Tints of Aquamarine #61FED5
RGB
CMYK
RGB Variations
Color information
#61FED5 (or 0x61FED5) is known color: Aquamarine. HEX triplet: 61, FE and D5. RGB value is (97,254,213). Sum of RGB (Red+Green+Blue) = 97+254+213=564 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.20% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #61FED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FED5 is #9E012A. Grayscale: #CACACA. Windows color (decimal): -10354987 or 14024289. OLE color: 14024289.
HSL color Cylindrical-coordinate representation of color #61FED5: hue angle of 164.33º 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 #61FED5 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 213 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.00 |
| HSL | 164.33º | 0.99% | 0.69% | - |
| HSV(B) | 164.33º | 0.62% | 1% | - |
| XYZ | 52.38 | 78.23 | 75.29 | - |
| YUV | 202.38 | 133.99 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 213 | 0.62 | 0 | 0.16 | 0.00 | 164.33 | 0.99 | 0.69 |
| Hex | 61 | FE | D5 | 3E | 0 | 10 | 0 | A4 | 63 | 45 |
| Octal | 141 | 376 | 325 | 76 | 0 | 20 | 0 | 244 | 143 | 105 |
| Binary | 1100001 | 11111110 | 11010101 | 111110 | 0 | 10000 | 0 | 10100100 | 1100011 | 1000101 |
Color Harmonies of #61FED5
Complementary color
Monochromatic Colors of #61FED5
Black with #61FED5
Text Example
Text Example
White with #61FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FED5; }
p { color: rgb(97,254,213); }
H1.HeaderClassName
{
color: #61FED5;
}
.AnyTagClassName
{
color: #61FED5;
}
</style>
background-color css
<style>
a { background-color: #61FED5; }
a { background-color: rgb(97,254,213); }
div.DivClassName
{
background-color: #61FED5;
}
.BgClassName
{
background-color: #61FED5;
}
</style>
border-color css
<style>
span { border-color: #61FED5; }
span { border-color: rgb(97,254,213); }
td.TdClassName
{
border-color: #61FED5;
}
.TagClassName
{
border-color: #61FED5;
}
</style>