Shades of Medium Aquamarine #61EFB5
Tints of Medium Aquamarine #61EFB5
RGB
CMYK
RGB Variations
Color information
#61EFB5 (or 0x61EFB5) is known color: Medium Aquamarine. HEX triplet: 61, EF and B5. RGB value is (97,239,181). Sum of RGB (Red+Green+Blue) = 97+239+181=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFB5 is #9E104A. Grayscale: #BEBEBE. Windows color (decimal): -10358859 or 11923297. OLE color: 11923297.
HSL color Cylindrical-coordinate representation of color #61EFB5: hue angle of 155.49º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EFB5 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 239 | 181 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.06 |
| HSL | 155.49º | 0.82% | 0.66% | - |
| HSV(B) | 155.49º | 0.59% | 0.94% | - |
| XYZ | 44.14 | 67.61 | 54.44 | - |
| YUV | 189.93 | 122.96 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 239 | 181 | 0.59 | 0 | 0.24 | 0.06 | 155.49 | 0.82 | 0.66 |
| Hex | 61 | EF | B5 | 3B | 0 | 18 | 6 | 9B | 52 | 42 |
| Octal | 141 | 357 | 265 | 73 | 0 | 30 | 6 | 233 | 122 | 102 |
| Binary | 1100001 | 11101111 | 10110101 | 111011 | 0 | 11000 | 110 | 10011011 | 1010010 | 1000010 |
Color Harmonies of #61EFB5
Complementary color
Monochromatic Colors of #61EFB5
Black with #61EFB5
Text Example
Text Example
White with #61EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EFB5; }
p { color: rgb(97,239,181); }
H1.HeaderClassName
{
color: #61EFB5;
}
.AnyTagClassName
{
color: #61EFB5;
}
</style>
background-color css
<style>
a { background-color: #61EFB5; }
a { background-color: rgb(97,239,181); }
div.DivClassName
{
background-color: #61EFB5;
}
.BgClassName
{
background-color: #61EFB5;
}
</style>
border-color css
<style>
span { border-color: #61EFB5; }
span { border-color: rgb(97,239,181); }
td.TdClassName
{
border-color: #61EFB5;
}
.TagClassName
{
border-color: #61EFB5;
}
</style>