Shades of Medium Aquamarine #61F1A8
Tints of Medium Aquamarine #61F1A8
RGB
CMYK
RGB Variations
Color information
#61F1A8 (or 0x61F1A8) is known color: Medium Aquamarine. HEX triplet: 61, F1 and A8. RGB value is (97,241,168). Sum of RGB (Red+Green+Blue) = 97+241+168=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F1A8 is #9E0E57. Grayscale: #BDBDBD. Windows color (decimal): -10358360 or 11071841. OLE color: 11071841.
HSL color Cylindrical-coordinate representation of color #61F1A8: hue angle of 149.58º degrees, saturation: 0.84, 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 #61F1A8 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 168 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.05 |
| HSL | 149.58º | 0.84% | 0.66% | - |
| HSV(B) | 149.58º | 0.6% | 0.95% | - |
| XYZ | 43.45 | 68.28 | 47.93 | - |
| YUV | 189.62 | 115.79 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 168 | 0.60 | 0 | 0.30 | 0.05 | 149.58 | 0.84 | 0.66 |
| Hex | 61 | F1 | A8 | 3C | 0 | 1E | 5 | 96 | 54 | 42 |
| Octal | 141 | 361 | 250 | 74 | 0 | 36 | 5 | 226 | 124 | 102 |
| Binary | 1100001 | 11110001 | 10101000 | 111100 | 0 | 11110 | 101 | 10010110 | 1010100 | 1000010 |
Color Harmonies of #61F1A8
Complementary color
Monochromatic Colors of #61F1A8
Black with #61F1A8
Text Example
Text Example
White with #61F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F1A8; }
p { color: rgb(97,241,168); }
H1.HeaderClassName
{
color: #61F1A8;
}
.AnyTagClassName
{
color: #61F1A8;
}
</style>
background-color css
<style>
a { background-color: #61F1A8; }
a { background-color: rgb(97,241,168); }
div.DivClassName
{
background-color: #61F1A8;
}
.BgClassName
{
background-color: #61F1A8;
}
</style>
border-color css
<style>
span { border-color: #61F1A8; }
span { border-color: rgb(97,241,168); }
td.TdClassName
{
border-color: #61F1A8;
}
.TagClassName
{
border-color: #61F1A8;
}
</style>