Shades of Medium Aquamarine #61DEA8
Tints of Medium Aquamarine #61DEA8
RGB
CMYK
RGB Variations
Color information
#61DEA8 (or 0x61DEA8) is known color: Medium Aquamarine. HEX triplet: 61, DE and A8. RGB value is (97,222,168). Sum of RGB (Red+Green+Blue) = 97+222+168=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #61DEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DEA8 is #9E2157. Grayscale: #B2B2B2. Windows color (decimal): -10363224 or 11066977. OLE color: 11066977.
HSL color Cylindrical-coordinate representation of color #61DEA8: hue angle of 154.08º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DEA8 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 97 | 222 | 168 | - |
CMYK | 0.56 | 0 | 0.24 | 0.13 |
HSL | 154.08º | 0.65% | 0.63% | - |
HSV(B) | 154.08º | 0.56% | 0.87% | - |
XYZ | 38.12 | 57.61 | 46.16 | - |
YUV | 178.47 | 122.09 | 69.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 97 | 222 | 168 | 0.56 | 0 | 0.24 | 0.13 | 154.08 | 0.65 | 0.63 |
Hex | 61 | DE | A8 | 38 | 0 | 18 | D | 9A | 41 | 3F |
Octal | 141 | 336 | 250 | 70 | 0 | 30 | 15 | 232 | 101 | 77 |
Binary | 1100001 | 11011110 | 10101000 | 111000 | 0 | 11000 | 1101 | 10011010 | 1000001 | 111111 |
Color Harmonies of #61DEA8
Complementary color
Monochromatic Colors of #61DEA8
Black with #61DEA8
Text Example
Text Example
White with #61DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DEA8; }
p { color: rgb(97,222,168); }
H1.HeaderClassName
{
color: #61DEA8;
}
.AnyTagClassName
{
color: #61DEA8;
}
</style>
background-color css
<style>
a { background-color: #61DEA8; }
a { background-color: rgb(97,222,168); }
div.DivClassName
{
background-color: #61DEA8;
}
.BgClassName
{
background-color: #61DEA8;
}
</style>
border-color css
<style>
span { border-color: #61DEA8; }
span { border-color: rgb(97,222,168); }
td.TdClassName
{
border-color: #61DEA8;
}
.TagClassName
{
border-color: #61DEA8;
}
</style>