Shades of Aquamarine #61F7E0
Tints of Aquamarine #61F7E0
RGB
CMYK
RGB Variations
Color information
#61F7E0 (or 0x61F7E0) is known color: Aquamarine. HEX triplet: 61, F7 and E0. RGB value is (97,247,224). Sum of RGB (Red+Green+Blue) = 97+247+224=568 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.08% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #61F7E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F7E0 is #9E081F. Grayscale: #C7C7C7. Windows color (decimal): -10356768 or 14743393. OLE color: 14743393.
HSL color Cylindrical-coordinate representation of color #61F7E0: hue angle of 170.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F7E0 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 247 | 224 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.03 |
| HSL | 170.8º | 0.9% | 0.67% | - |
| HSV(B) | 170.8º | 0.61% | 0.97% | - |
| XYZ | 51.65 | 74.44 | 82.17 | - |
| YUV | 199.53 | 141.81 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 247 | 224 | 0.61 | 0 | 0.09 | 0.03 | 170.8 | 0.9 | 0.67 |
| Hex | 61 | F7 | E0 | 3D | 0 | 9 | 3 | AB | 5A | 43 |
| Octal | 141 | 367 | 340 | 75 | 0 | 11 | 3 | 253 | 132 | 103 |
| Binary | 1100001 | 11110111 | 11100000 | 111101 | 0 | 1001 | 11 | 10101011 | 1011010 | 1000011 |
Color Harmonies of #61F7E0
Complementary color
Monochromatic Colors of #61F7E0
Black with #61F7E0
Text Example
Text Example
White with #61F7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F7E0; }
p { color: rgb(97,247,224); }
H1.HeaderClassName
{
color: #61F7E0;
}
.AnyTagClassName
{
color: #61F7E0;
}
</style>
background-color css
<style>
a { background-color: #61F7E0; }
a { background-color: rgb(97,247,224); }
div.DivClassName
{
background-color: #61F7E0;
}
.BgClassName
{
background-color: #61F7E0;
}
</style>
border-color css
<style>
span { border-color: #61F7E0; }
span { border-color: rgb(97,247,224); }
td.TdClassName
{
border-color: #61F7E0;
}
.TagClassName
{
border-color: #61F7E0;
}
</style>