Shades of Medium Aquamarine #61F7B2
Tints of Medium Aquamarine #61F7B2
RGB
CMYK
RGB Variations
Color information
#61F7B2 (or 0x61F7B2) is known color: Medium Aquamarine. HEX triplet: 61, F7 and B2. RGB value is (97,247,178). Sum of RGB (Red+Green+Blue) = 97+247+178=522 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.58% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 247 - color contains mainly: green. Hex color #61F7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F7B2 is #9E084D. Grayscale: #C2C2C2. Windows color (decimal): -10356814 or 11728737. OLE color: 11728737.
HSL color Cylindrical-coordinate representation of color #61F7B2: hue angle of 152.4º 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 #61F7B2 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 247 | 178 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.03 |
| HSL | 152.4º | 0.9% | 0.67% | - |
| HSV(B) | 152.4º | 0.61% | 0.97% | - |
| XYZ | 46.23 | 72.28 | 53.63 | - |
| YUV | 194.28 | 118.81 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 247 | 178 | 0.61 | 0 | 0.28 | 0.03 | 152.4 | 0.9 | 0.67 |
| Hex | 61 | F7 | B2 | 3D | 0 | 1C | 3 | 98 | 5A | 43 |
| Octal | 141 | 367 | 262 | 75 | 0 | 34 | 3 | 230 | 132 | 103 |
| Binary | 1100001 | 11110111 | 10110010 | 111101 | 0 | 11100 | 11 | 10011000 | 1011010 | 1000011 |
Color Harmonies of #61F7B2
Complementary color
Monochromatic Colors of #61F7B2
Black with #61F7B2
Text Example
Text Example
White with #61F7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F7B2; }
p { color: rgb(97,247,178); }
H1.HeaderClassName
{
color: #61F7B2;
}
.AnyTagClassName
{
color: #61F7B2;
}
</style>
background-color css
<style>
a { background-color: #61F7B2; }
a { background-color: rgb(97,247,178); }
div.DivClassName
{
background-color: #61F7B2;
}
.BgClassName
{
background-color: #61F7B2;
}
</style>
border-color css
<style>
span { border-color: #61F7B2; }
span { border-color: rgb(97,247,178); }
td.TdClassName
{
border-color: #61F7B2;
}
.TagClassName
{
border-color: #61F7B2;
}
</style>