Shades of Aquamarine #61F7C4
Tints of Aquamarine #61F7C4
RGB
CMYK
RGB Variations
Color information
#61F7C4 (or 0x61F7C4) is known color: Aquamarine. HEX triplet: 61, F7 and C4. RGB value is (97,247,196). Sum of RGB (Red+Green+Blue) = 97+247+196=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #61F7C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F7C4 is #9E083B. Grayscale: #C4C4C4. Windows color (decimal): -10356796 or 12908385. OLE color: 12908385.
HSL color Cylindrical-coordinate representation of color #61F7C4: hue angle of 159.6º 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 #61F7C4 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 247 | 196 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.03 |
| HSL | 159.6º | 0.9% | 0.67% | - |
| HSV(B) | 159.6º | 0.61% | 0.97% | - |
| XYZ | 48.15 | 73.05 | 63.79 | - |
| YUV | 196.34 | 127.81 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 247 | 196 | 0.61 | 0 | 0.21 | 0.03 | 159.6 | 0.9 | 0.67 |
| Hex | 61 | F7 | C4 | 3D | 0 | 15 | 3 | A0 | 5A | 43 |
| Octal | 141 | 367 | 304 | 75 | 0 | 25 | 3 | 240 | 132 | 103 |
| Binary | 1100001 | 11110111 | 11000100 | 111101 | 0 | 10101 | 11 | 10100000 | 1011010 | 1000011 |
Color Harmonies of #61F7C4
Complementary color
Monochromatic Colors of #61F7C4
Black with #61F7C4
Text Example
Text Example
White with #61F7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F7C4; }
p { color: rgb(97,247,196); }
H1.HeaderClassName
{
color: #61F7C4;
}
.AnyTagClassName
{
color: #61F7C4;
}
</style>
background-color css
<style>
a { background-color: #61F7C4; }
a { background-color: rgb(97,247,196); }
div.DivClassName
{
background-color: #61F7C4;
}
.BgClassName
{
background-color: #61F7C4;
}
</style>
border-color css
<style>
span { border-color: #61F7C4; }
span { border-color: rgb(97,247,196); }
td.TdClassName
{
border-color: #61F7C4;
}
.TagClassName
{
border-color: #61F7C4;
}
</style>