Shades of Medium Aquamarine #61D09B
Tints of Medium Aquamarine #61D09B
RGB
CMYK
RGB Variations
Color information
#61D09B (or 0x61D09B) is known color: Medium Aquamarine. HEX triplet: 61, D0 and 9B. RGB value is (97,208,155). Sum of RGB (Red+Green+Blue) = 97+208+155=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #61D09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D09B is #9E2F64. Grayscale: #A8A8A8. Windows color (decimal): -10366821 or 10211425. OLE color: 10211425.
HSL color Cylindrical-coordinate representation of color #61D09B: hue angle of 151.35º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D09B is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 155 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.18 |
| HSL | 151.35º | 0.54% | 0.6% | - |
| HSV(B) | 151.35º | 0.53% | 0.82% | - |
| XYZ | 33.4 | 50.02 | 38.9 | - |
| YUV | 168.77 | 120.23 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 155 | 0.53 | 0 | 0.25 | 0.18 | 151.35 | 0.54 | 0.6 |
| Hex | 61 | D0 | 9B | 35 | 0 | 19 | 12 | 97 | 36 | 3C |
| Octal | 141 | 320 | 233 | 65 | 0 | 31 | 22 | 227 | 66 | 74 |
| Binary | 1100001 | 11010000 | 10011011 | 110101 | 0 | 11001 | 10010 | 10010111 | 110110 | 111100 |
Color Harmonies of #61D09B
Complementary color
Monochromatic Colors of #61D09B
Black with #61D09B
Text Example
Text Example
White with #61D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D09B; }
p { color: rgb(97,208,155); }
H1.HeaderClassName
{
color: #61D09B;
}
.AnyTagClassName
{
color: #61D09B;
}
</style>
background-color css
<style>
a { background-color: #61D09B; }
a { background-color: rgb(97,208,155); }
div.DivClassName
{
background-color: #61D09B;
}
.BgClassName
{
background-color: #61D09B;
}
</style>
border-color css
<style>
span { border-color: #61D09B; }
span { border-color: rgb(97,208,155); }
td.TdClassName
{
border-color: #61D09B;
}
.TagClassName
{
border-color: #61D09B;
}
</style>