Shades of Medium Aquamarine #61FCAC
Tints of Medium Aquamarine #61FCAC
RGB
CMYK
RGB Variations
Color information
#61FCAC (or 0x61FCAC) is known color: Medium Aquamarine. HEX triplet: 61, FC and AC. RGB value is (97,252,172). Sum of RGB (Red+Green+Blue) = 97+252+172=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FCAC is #9E0353. Grayscale: #C4C4C4. Windows color (decimal): -10355540 or 11336801. OLE color: 11336801.
HSL color Cylindrical-coordinate representation of color #61FCAC: hue angle of 149.03º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FCAC is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 252 | 172 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.01 |
| HSL | 149.03º | 0.96% | 0.68% | - |
| HSV(B) | 149.03º | 0.62% | 0.99% | - |
| XYZ | 47.19 | 75.14 | 51.05 | - |
| YUV | 196.54 | 114.15 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 252 | 172 | 0.62 | 0 | 0.32 | 0.01 | 149.03 | 0.96 | 0.68 |
| Hex | 61 | FC | AC | 3E | 0 | 20 | 1 | 95 | 60 | 44 |
| Octal | 141 | 374 | 254 | 76 | 0 | 40 | 1 | 225 | 140 | 104 |
| Binary | 1100001 | 11111100 | 10101100 | 111110 | 0 | 100000 | 1 | 10010101 | 1100000 | 1000100 |
Color Harmonies of #61FCAC
Complementary color
Monochromatic Colors of #61FCAC
Black with #61FCAC
Text Example
Text Example
White with #61FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FCAC; }
p { color: rgb(97,252,172); }
H1.HeaderClassName
{
color: #61FCAC;
}
.AnyTagClassName
{
color: #61FCAC;
}
</style>
background-color css
<style>
a { background-color: #61FCAC; }
a { background-color: rgb(97,252,172); }
div.DivClassName
{
background-color: #61FCAC;
}
.BgClassName
{
background-color: #61FCAC;
}
</style>
border-color css
<style>
span { border-color: #61FCAC; }
span { border-color: rgb(97,252,172); }
td.TdClassName
{
border-color: #61FCAC;
}
.TagClassName
{
border-color: #61FCAC;
}
</style>