Shades of Aquamarine #61F4CA
Tints of Aquamarine #61F4CA
RGB
CMYK
RGB Variations
Color information
#61F4CA (or 0x61F4CA) is known color: Aquamarine. HEX triplet: 61, F4 and CA. RGB value is (97,244,202). Sum of RGB (Red+Green+Blue) = 97+244+202=543 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.86% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #61F4CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F4CA is #9E0B35. Grayscale: #C3C3C3. Windows color (decimal): -10357558 or 13300833. OLE color: 13300833.
HSL color Cylindrical-coordinate representation of color #61F4CA: hue angle of 162.86º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F4CA is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 244 | 202 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.04 |
| HSL | 162.86º | 0.87% | 0.67% | - |
| HSV(B) | 162.86º | 0.6% | 0.96% | - |
| XYZ | 47.94 | 71.51 | 67.15 | - |
| YUV | 195.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 244 | 202 | 0.60 | 0 | 0.17 | 0.04 | 162.86 | 0.87 | 0.67 |
| Hex | 61 | F4 | CA | 3C | 0 | 11 | 4 | A3 | 57 | 43 |
| Octal | 141 | 364 | 312 | 74 | 0 | 21 | 4 | 243 | 127 | 103 |
| Binary | 1100001 | 11110100 | 11001010 | 111100 | 0 | 10001 | 100 | 10100011 | 1010111 | 1000011 |
Color Harmonies of #61F4CA
Complementary color
Monochromatic Colors of #61F4CA
Black with #61F4CA
Text Example
Text Example
White with #61F4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F4CA; }
p { color: rgb(97,244,202); }
H1.HeaderClassName
{
color: #61F4CA;
}
.AnyTagClassName
{
color: #61F4CA;
}
</style>
background-color css
<style>
a { background-color: #61F4CA; }
a { background-color: rgb(97,244,202); }
div.DivClassName
{
background-color: #61F4CA;
}
.BgClassName
{
background-color: #61F4CA;
}
</style>
border-color css
<style>
span { border-color: #61F4CA; }
span { border-color: rgb(97,244,202); }
td.TdClassName
{
border-color: #61F4CA;
}
.TagClassName
{
border-color: #61F4CA;
}
</style>