Shades of Medium Aquamarine #61CDA8
Tints of Medium Aquamarine #61CDA8
RGB
CMYK
RGB Variations
Color information
#61CDA8 (or 0x61CDA8) is known color: Medium Aquamarine. HEX triplet: 61, CD and A8. RGB value is (97,205,168). Sum of RGB (Red+Green+Blue) = 97+205+168=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CDA8 is #9E3257. Grayscale: #A8A8A8. Windows color (decimal): -10367576 or 11062625. OLE color: 11062625.
HSL color Cylindrical-coordinate representation of color #61CDA8: hue angle of 159.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CDA8 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 205 | 168 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.20 |
| HSL | 159.44º | 0.52% | 0.59% | - |
| HSV(B) | 159.44º | 0.53% | 0.8% | - |
| XYZ | 33.83 | 49.03 | 44.73 | - |
| YUV | 168.49 | 127.72 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 205 | 168 | 0.53 | 0 | 0.18 | 0.20 | 159.44 | 0.52 | 0.59 |
| Hex | 61 | CD | A8 | 35 | 0 | 12 | 14 | 9F | 34 | 3B |
| Octal | 141 | 315 | 250 | 65 | 0 | 22 | 24 | 237 | 64 | 73 |
| Binary | 1100001 | 11001101 | 10101000 | 110101 | 0 | 10010 | 10100 | 10011111 | 110100 | 111011 |
Color Harmonies of #61CDA8
Complementary color
Monochromatic Colors of #61CDA8
Black with #61CDA8
Text Example
Text Example
White with #61CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CDA8; }
p { color: rgb(97,205,168); }
H1.HeaderClassName
{
color: #61CDA8;
}
.AnyTagClassName
{
color: #61CDA8;
}
</style>
background-color css
<style>
a { background-color: #61CDA8; }
a { background-color: rgb(97,205,168); }
div.DivClassName
{
background-color: #61CDA8;
}
.BgClassName
{
background-color: #61CDA8;
}
</style>
border-color css
<style>
span { border-color: #61CDA8; }
span { border-color: rgb(97,205,168); }
td.TdClassName
{
border-color: #61CDA8;
}
.TagClassName
{
border-color: #61CDA8;
}
</style>