Shades of Aquamarine #61F4DB
Tints of Aquamarine #61F4DB
RGB
CMYK
RGB Variations
Color information
#61F4DB (or 0x61F4DB) is known color: Aquamarine. HEX triplet: 61, F4 and DB. RGB value is (97,244,219). Sum of RGB (Red+Green+Blue) = 97+244+219=560 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.32% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #61F4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F4DB is #9E0B24. Grayscale: #C5C5C5. Windows color (decimal): -10357541 or 14414945. OLE color: 14414945.
HSL color Cylindrical-coordinate representation of color #61F4DB: hue angle of 169.8º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F4DB is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 244 | 219 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.04 |
| HSL | 169.8º | 0.87% | 0.67% | - |
| HSV(B) | 169.8º | 0.6% | 0.96% | - |
| XYZ | 50.07 | 72.36 | 78.35 | - |
| YUV | 197.2 | 140.3 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 244 | 219 | 0.60 | 0 | 0.10 | 0.04 | 169.8 | 0.87 | 0.67 |
| Hex | 61 | F4 | DB | 3C | 0 | A | 4 | AA | 57 | 43 |
| Octal | 141 | 364 | 333 | 74 | 0 | 12 | 4 | 252 | 127 | 103 |
| Binary | 1100001 | 11110100 | 11011011 | 111100 | 0 | 1010 | 100 | 10101010 | 1010111 | 1000011 |
Color Harmonies of #61F4DB
Complementary color
Monochromatic Colors of #61F4DB
Black with #61F4DB
Text Example
Text Example
White with #61F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F4DB; }
p { color: rgb(97,244,219); }
H1.HeaderClassName
{
color: #61F4DB;
}
.AnyTagClassName
{
color: #61F4DB;
}
</style>
background-color css
<style>
a { background-color: #61F4DB; }
a { background-color: rgb(97,244,219); }
div.DivClassName
{
background-color: #61F4DB;
}
.BgClassName
{
background-color: #61F4DB;
}
</style>
border-color css
<style>
span { border-color: #61F4DB; }
span { border-color: rgb(97,244,219); }
td.TdClassName
{
border-color: #61F4DB;
}
.TagClassName
{
border-color: #61F4DB;
}
</style>