Shades of Medium Aquamarine #61D4B3
Tints of Medium Aquamarine #61D4B3
RGB
CMYK
RGB Variations
Color information
#61D4B3 (or 0x61D4B3) is known color: Medium Aquamarine. HEX triplet: 61, D4 and B3. RGB value is (97,212,179). Sum of RGB (Red+Green+Blue) = 97+212+179=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #61D4B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D4B3 is #9E2B4C. Grayscale: #ADADAD. Windows color (decimal): -10365773 or 11785313. OLE color: 11785313.
HSL color Cylindrical-coordinate representation of color #61D4B3: hue angle of 162.78º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D4B3 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 212 | 179 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.17 |
| HSL | 162.78º | 0.57% | 0.61% | - |
| HSV(B) | 162.78º | 0.54% | 0.83% | - |
| XYZ | 36.61 | 52.88 | 50.93 | - |
| YUV | 173.85 | 130.9 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 212 | 179 | 0.54 | 0 | 0.16 | 0.17 | 162.78 | 0.57 | 0.61 |
| Hex | 61 | D4 | B3 | 36 | 0 | 10 | 11 | A3 | 39 | 3D |
| Octal | 141 | 324 | 263 | 66 | 0 | 20 | 21 | 243 | 71 | 75 |
| Binary | 1100001 | 11010100 | 10110011 | 110110 | 0 | 10000 | 10001 | 10100011 | 111001 | 111101 |
Color Harmonies of #61D4B3
Complementary color
Monochromatic Colors of #61D4B3
Black with #61D4B3
Text Example
Text Example
White with #61D4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D4B3; }
p { color: rgb(97,212,179); }
H1.HeaderClassName
{
color: #61D4B3;
}
.AnyTagClassName
{
color: #61D4B3;
}
</style>
background-color css
<style>
a { background-color: #61D4B3; }
a { background-color: rgb(97,212,179); }
div.DivClassName
{
background-color: #61D4B3;
}
.BgClassName
{
background-color: #61D4B3;
}
</style>
border-color css
<style>
span { border-color: #61D4B3; }
span { border-color: rgb(97,212,179); }
td.TdClassName
{
border-color: #61D4B3;
}
.TagClassName
{
border-color: #61D4B3;
}
</style>