Shades of Aquamarine #61FEDE
Tints of Aquamarine #61FEDE
RGB
CMYK
RGB Variations
Color information
#61FEDE (or 0x61FEDE) is known color: Aquamarine. HEX triplet: 61, FE and DE. RGB value is (97,254,222). Sum of RGB (Red+Green+Blue) = 97+254+222=573 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.93% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #61FEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FEDE is #9E0121. Grayscale: #CBCBCB. Windows color (decimal): -10354978 or 14614113. OLE color: 14614113.
HSL color Cylindrical-coordinate representation of color #61FEDE: hue angle of 167.77º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FEDE is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 222 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.00 |
| HSL | 167.77º | 0.99% | 0.69% | - |
| HSV(B) | 167.77º | 0.62% | 1% | - |
| XYZ | 53.56 | 78.7 | 81.47 | - |
| YUV | 203.41 | 138.49 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 222 | 0.62 | 0 | 0.13 | 0.00 | 167.77 | 0.99 | 0.69 |
| Hex | 61 | FE | DE | 3E | 0 | D | 0 | A8 | 63 | 45 |
| Octal | 141 | 376 | 336 | 76 | 0 | 15 | 0 | 250 | 143 | 105 |
| Binary | 1100001 | 11111110 | 11011110 | 111110 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000101 |
Color Harmonies of #61FEDE
Complementary color
Monochromatic Colors of #61FEDE
Black with #61FEDE
Text Example
Text Example
White with #61FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FEDE; }
p { color: rgb(97,254,222); }
H1.HeaderClassName
{
color: #61FEDE;
}
.AnyTagClassName
{
color: #61FEDE;
}
</style>
background-color css
<style>
a { background-color: #61FEDE; }
a { background-color: rgb(97,254,222); }
div.DivClassName
{
background-color: #61FEDE;
}
.BgClassName
{
background-color: #61FEDE;
}
</style>
border-color css
<style>
span { border-color: #61FEDE; }
span { border-color: rgb(97,254,222); }
td.TdClassName
{
border-color: #61FEDE;
}
.TagClassName
{
border-color: #61FEDE;
}
</style>