Shades of Aquamarine #61F3CA
Tints of Aquamarine #61F3CA
RGB
CMYK
RGB Variations
Color information
#61F3CA (or 0x61F3CA) is known color: Aquamarine. HEX triplet: 61, F3 and CA. RGB value is (97,243,202). Sum of RGB (Red+Green+Blue) = 97+243+202=542 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.90% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #61F3CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F3CA is #9E0C35. Grayscale: #C2C2C2. Windows color (decimal): -10357814 or 13300577. OLE color: 13300577.
HSL color Cylindrical-coordinate representation of color #61F3CA: hue angle of 163.15º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F3CA is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 243 | 202 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.05 |
| HSL | 163.15º | 0.86% | 0.67% | - |
| HSV(B) | 163.15º | 0.6% | 0.95% | - |
| XYZ | 47.64 | 70.91 | 67.05 | - |
| YUV | 194.67 | 132.13 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 243 | 202 | 0.60 | 0 | 0.17 | 0.05 | 163.15 | 0.86 | 0.67 |
| Hex | 61 | F3 | CA | 3C | 0 | 11 | 5 | A3 | 56 | 43 |
| Octal | 141 | 363 | 312 | 74 | 0 | 21 | 5 | 243 | 126 | 103 |
| Binary | 1100001 | 11110011 | 11001010 | 111100 | 0 | 10001 | 101 | 10100011 | 1010110 | 1000011 |
Color Harmonies of #61F3CA
Complementary color
Monochromatic Colors of #61F3CA
Black with #61F3CA
Text Example
Text Example
White with #61F3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F3CA; }
p { color: rgb(97,243,202); }
H1.HeaderClassName
{
color: #61F3CA;
}
.AnyTagClassName
{
color: #61F3CA;
}
</style>
background-color css
<style>
a { background-color: #61F3CA; }
a { background-color: rgb(97,243,202); }
div.DivClassName
{
background-color: #61F3CA;
}
.BgClassName
{
background-color: #61F3CA;
}
</style>
border-color css
<style>
span { border-color: #61F3CA; }
span { border-color: rgb(97,243,202); }
td.TdClassName
{
border-color: #61F3CA;
}
.TagClassName
{
border-color: #61F3CA;
}
</style>