Shades of Aquamarine #61FCC0
Tints of Aquamarine #61FCC0
RGB
CMYK
RGB Variations
Color information
#61FCC0 (or 0x61FCC0) is known color: Aquamarine. HEX triplet: 61, FC and C0. RGB value is (97,252,192). Sum of RGB (Red+Green+Blue) = 97+252+192=541 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.93% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCC0 is #9E033F. Grayscale: #C6C6C6. Windows color (decimal): -10355520 or 12647521. OLE color: 12647521.
HSL color Cylindrical-coordinate representation of color #61FCC0: hue angle of 156.77º 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 #61FCC0 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 252 | 192 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.01 |
| HSL | 156.77º | 0.96% | 0.68% | - |
| HSV(B) | 156.77º | 0.62% | 0.99% | - |
| XYZ | 49.25 | 75.97 | 61.94 | - |
| YUV | 198.82 | 124.15 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 252 | 192 | 0.62 | 0 | 0.24 | 0.01 | 156.77 | 0.96 | 0.68 |
| Hex | 61 | FC | C0 | 3E | 0 | 18 | 1 | 9D | 60 | 44 |
| Octal | 141 | 374 | 300 | 76 | 0 | 30 | 1 | 235 | 140 | 104 |
| Binary | 1100001 | 11111100 | 11000000 | 111110 | 0 | 11000 | 1 | 10011101 | 1100000 | 1000100 |
Color Harmonies of #61FCC0
Complementary color
Monochromatic Colors of #61FCC0
Black with #61FCC0
Text Example
Text Example
White with #61FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FCC0; }
p { color: rgb(97,252,192); }
H1.HeaderClassName
{
color: #61FCC0;
}
.AnyTagClassName
{
color: #61FCC0;
}
</style>
background-color css
<style>
a { background-color: #61FCC0; }
a { background-color: rgb(97,252,192); }
div.DivClassName
{
background-color: #61FCC0;
}
.BgClassName
{
background-color: #61FCC0;
}
</style>
border-color css
<style>
span { border-color: #61FCC0; }
span { border-color: rgb(97,252,192); }
td.TdClassName
{
border-color: #61FCC0;
}
.TagClassName
{
border-color: #61FCC0;
}
</style>