Shades of Aquamarine #61F2CA
Tints of Aquamarine #61F2CA
RGB
CMYK
RGB Variations
Color information
#61F2CA (or 0x61F2CA) is known color: Aquamarine. HEX triplet: 61, F2 and CA. RGB value is (97,242,202). Sum of RGB (Red+Green+Blue) = 97+242+202=541 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.93% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #61F2CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F2CA is #9E0D35. Grayscale: #C2C2C2. Windows color (decimal): -10358070 or 13300321. OLE color: 13300321.
HSL color Cylindrical-coordinate representation of color #61F2CA: hue angle of 163.45º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F2CA is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 242 | 202 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.05 |
| HSL | 163.45º | 0.85% | 0.66% | - |
| HSV(B) | 163.45º | 0.6% | 0.95% | - |
| XYZ | 47.34 | 70.31 | 66.95 | - |
| YUV | 194.09 | 132.46 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 242 | 202 | 0.60 | 0 | 0.17 | 0.05 | 163.45 | 0.85 | 0.66 |
| Hex | 61 | F2 | CA | 3C | 0 | 11 | 5 | A3 | 55 | 42 |
| Octal | 141 | 362 | 312 | 74 | 0 | 21 | 5 | 243 | 125 | 102 |
| Binary | 1100001 | 11110010 | 11001010 | 111100 | 0 | 10001 | 101 | 10100011 | 1010101 | 1000010 |
Color Harmonies of #61F2CA
Complementary color
Monochromatic Colors of #61F2CA
Black with #61F2CA
Text Example
Text Example
White with #61F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F2CA; }
p { color: rgb(97,242,202); }
H1.HeaderClassName
{
color: #61F2CA;
}
.AnyTagClassName
{
color: #61F2CA;
}
</style>
background-color css
<style>
a { background-color: #61F2CA; }
a { background-color: rgb(97,242,202); }
div.DivClassName
{
background-color: #61F2CA;
}
.BgClassName
{
background-color: #61F2CA;
}
</style>
border-color css
<style>
span { border-color: #61F2CA; }
span { border-color: rgb(97,242,202); }
td.TdClassName
{
border-color: #61F2CA;
}
.TagClassName
{
border-color: #61F2CA;
}
</style>