Shades of Aquamarine #61FFD2
Tints of Aquamarine #61FFD2
RGB
CMYK
RGB Variations
Color information
#61FFD2 (or 0x61FFD2) is known color: Aquamarine. HEX triplet: 61, FF and D2. RGB value is (97,255,210). Sum of RGB (Red+Green+Blue) = 97+255+210=562 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.26% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFD2 is #9E002D. Grayscale: #CACACA. Windows color (decimal): -10354734 or 13827937. OLE color: 13827937.
HSL color Cylindrical-coordinate representation of color #61FFD2: hue angle of 162.91º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFD2 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 210 | - |
| CMYK | 0.62 | 0 | 0.18 | 0 |
| HSL | 162.91º | 1% | 0.69% | - |
| HSV(B) | 162.91º | 0.62% | 1% | - |
| XYZ | 52.32 | 78.71 | 73.41 | - |
| YUV | 202.63 | 132.15 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 210 | 0.62 | 0 | 0.18 | 0 | 162.91 | 1 | 0.69 |
| Hex | 61 | FF | D2 | 3E | 0 | 12 | 0 | A3 | 64 | 45 |
| Octal | 141 | 377 | 322 | 76 | 0 | 22 | 0 | 243 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11010010 | 111110 | 0 | 10010 | 0 | 10100011 | 1100100 | 1000101 |
Color Harmonies of #61FFD2
Complementary color
Monochromatic Colors of #61FFD2
Black with #61FFD2
Text Example
Text Example
White with #61FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFD2; }
p { color: rgb(97,255,210); }
H1.HeaderClassName
{
color: #61FFD2;
}
.AnyTagClassName
{
color: #61FFD2;
}
</style>
background-color css
<style>
a { background-color: #61FFD2; }
a { background-color: rgb(97,255,210); }
div.DivClassName
{
background-color: #61FFD2;
}
.BgClassName
{
background-color: #61FFD2;
}
</style>
border-color css
<style>
span { border-color: #61FFD2; }
span { border-color: rgb(97,255,210); }
td.TdClassName
{
border-color: #61FFD2;
}
.TagClassName
{
border-color: #61FFD2;
}
</style>