Shades of Aquamarine #61F3C2
Tints of Aquamarine #61F3C2
RGB
CMYK
RGB Variations
Color information
#61F3C2 (or 0x61F3C2) is known color: Aquamarine. HEX triplet: 61, F3 and C2. RGB value is (97,243,194). Sum of RGB (Red+Green+Blue) = 97+243+194=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #61F3C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F3C2 is #9E0C3D. Grayscale: #C1C1C1. Windows color (decimal): -10357822 or 12776289. OLE color: 12776289.
HSL color Cylindrical-coordinate representation of color #61F3C2: hue angle of 159.86º 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 #61F3C2 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 243 | 194 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.05 |
| HSL | 159.86º | 0.86% | 0.67% | - |
| HSV(B) | 159.86º | 0.6% | 0.95% | - |
| XYZ | 46.72 | 70.54 | 62.19 | - |
| YUV | 193.76 | 128.13 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 243 | 194 | 0.60 | 0 | 0.20 | 0.05 | 159.86 | 0.86 | 0.67 |
| Hex | 61 | F3 | C2 | 3C | 0 | 14 | 5 | A0 | 56 | 43 |
| Octal | 141 | 363 | 302 | 74 | 0 | 24 | 5 | 240 | 126 | 103 |
| Binary | 1100001 | 11110011 | 11000010 | 111100 | 0 | 10100 | 101 | 10100000 | 1010110 | 1000011 |
Color Harmonies of #61F3C2
Complementary color
Monochromatic Colors of #61F3C2
Black with #61F3C2
Text Example
Text Example
White with #61F3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F3C2; }
p { color: rgb(97,243,194); }
H1.HeaderClassName
{
color: #61F3C2;
}
.AnyTagClassName
{
color: #61F3C2;
}
</style>
background-color css
<style>
a { background-color: #61F3C2; }
a { background-color: rgb(97,243,194); }
div.DivClassName
{
background-color: #61F3C2;
}
.BgClassName
{
background-color: #61F3C2;
}
</style>
border-color css
<style>
span { border-color: #61F3C2; }
span { border-color: rgb(97,243,194); }
td.TdClassName
{
border-color: #61F3C2;
}
.TagClassName
{
border-color: #61F3C2;
}
</style>