Shades of Aquamarine #61FDDD
Tints of Aquamarine #61FDDD
RGB
CMYK
RGB Variations
Color information
#61FDDD (or 0x61FDDD) is known color: Aquamarine. HEX triplet: 61, FD and DD. RGB value is (97,253,221). Sum of RGB (Red+Green+Blue) = 97+253+221=571 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.99% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #61FDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FDDD is #9E0222. Grayscale: #CACACA. Windows color (decimal): -10355235 or 14548321. OLE color: 14548321.
HSL color Cylindrical-coordinate representation of color #61FDDD: hue angle of 167.69º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FDDD is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 253 | 221 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.01 |
| HSL | 167.69º | 0.98% | 0.69% | - |
| HSV(B) | 167.69º | 0.62% | 0.99% | - |
| XYZ | 53.11 | 78.01 | 80.67 | - |
| YUV | 202.71 | 138.32 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 253 | 221 | 0.62 | 0 | 0.13 | 0.01 | 167.69 | 0.98 | 0.69 |
| Hex | 61 | FD | DD | 3E | 0 | D | 1 | A8 | 62 | 45 |
| Octal | 141 | 375 | 335 | 76 | 0 | 15 | 1 | 250 | 142 | 105 |
| Binary | 1100001 | 11111101 | 11011101 | 111110 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000101 |
Color Harmonies of #61FDDD
Complementary color
Monochromatic Colors of #61FDDD
Black with #61FDDD
Text Example
Text Example
White with #61FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FDDD; }
p { color: rgb(97,253,221); }
H1.HeaderClassName
{
color: #61FDDD;
}
.AnyTagClassName
{
color: #61FDDD;
}
</style>
background-color css
<style>
a { background-color: #61FDDD; }
a { background-color: rgb(97,253,221); }
div.DivClassName
{
background-color: #61FDDD;
}
.BgClassName
{
background-color: #61FDDD;
}
</style>
border-color css
<style>
span { border-color: #61FDDD; }
span { border-color: rgb(97,253,221); }
td.TdClassName
{
border-color: #61FDDD;
}
.TagClassName
{
border-color: #61FDDD;
}
</style>