Shades of Aquamarine #61FFDE
Tints of Aquamarine #61FFDE
RGB
CMYK
RGB Variations
Color information
#61FFDE (or 0x61FFDE) is known color: Aquamarine. HEX triplet: 61, FF and DE. RGB value is (97,255,222). Sum of RGB (Red+Green+Blue) = 97+255+222=574 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.90% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFDE is #9E0021. Grayscale: #CBCBCB. Windows color (decimal): -10354722 or 14614369. OLE color: 14614369.
HSL color Cylindrical-coordinate representation of color #61FFDE: hue angle of 167.47º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFDE is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 222 | - |
| CMYK | 0.62 | 0 | 0.13 | 0 |
| HSL | 167.47º | 1% | 0.69% | - |
| HSV(B) | 167.47º | 0.62% | 1% | - |
| XYZ | 53.87 | 79.34 | 81.58 | - |
| YUV | 204 | 138.15 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 222 | 0.62 | 0 | 0.13 | 0 | 167.47 | 1 | 0.69 |
| Hex | 61 | FF | DE | 3E | 0 | D | 0 | A7 | 64 | 45 |
| Octal | 141 | 377 | 336 | 76 | 0 | 15 | 0 | 247 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11011110 | 111110 | 0 | 1101 | 0 | 10100111 | 1100100 | 1000101 |
Color Harmonies of #61FFDE
Complementary color
Monochromatic Colors of #61FFDE
Black with #61FFDE
Text Example
Text Example
White with #61FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFDE; }
p { color: rgb(97,255,222); }
H1.HeaderClassName
{
color: #61FFDE;
}
.AnyTagClassName
{
color: #61FFDE;
}
</style>
background-color css
<style>
a { background-color: #61FFDE; }
a { background-color: rgb(97,255,222); }
div.DivClassName
{
background-color: #61FFDE;
}
.BgClassName
{
background-color: #61FFDE;
}
</style>
border-color css
<style>
span { border-color: #61FFDE; }
span { border-color: rgb(97,255,222); }
td.TdClassName
{
border-color: #61FFDE;
}
.TagClassName
{
border-color: #61FFDE;
}
</style>