Shades of Aquamarine #61FFCF
Tints of Aquamarine #61FFCF
RGB
CMYK
RGB Variations
Color information
#61FFCF (or 0x61FFCF) is known color: Aquamarine. HEX triplet: 61, FF and CF. RGB value is (97,255,207). Sum of RGB (Red+Green+Blue) = 97+255+207=559 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.35% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFCF is #9E0030. Grayscale: #CACACA. Windows color (decimal): -10354737 or 13631329. OLE color: 13631329.
HSL color Cylindrical-coordinate representation of color #61FFCF: hue angle of 161.77º 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 #61FFCF is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 207 | - |
| CMYK | 0.62 | 0 | 0.19 | 0 |
| HSL | 161.77º | 1% | 0.69% | - |
| HSV(B) | 161.77º | 0.62% | 1% | - |
| XYZ | 51.95 | 78.57 | 71.46 | - |
| YUV | 202.29 | 130.65 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 207 | 0.62 | 0 | 0.19 | 0 | 161.77 | 1 | 0.69 |
| Hex | 61 | FF | CF | 3E | 0 | 13 | 0 | A2 | 64 | 45 |
| Octal | 141 | 377 | 317 | 76 | 0 | 23 | 0 | 242 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11001111 | 111110 | 0 | 10011 | 0 | 10100010 | 1100100 | 1000101 |
Color Harmonies of #61FFCF
Complementary color
Monochromatic Colors of #61FFCF
Black with #61FFCF
Text Example
Text Example
White with #61FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFCF; }
p { color: rgb(97,255,207); }
H1.HeaderClassName
{
color: #61FFCF;
}
.AnyTagClassName
{
color: #61FFCF;
}
</style>
background-color css
<style>
a { background-color: #61FFCF; }
a { background-color: rgb(97,255,207); }
div.DivClassName
{
background-color: #61FFCF;
}
.BgClassName
{
background-color: #61FFCF;
}
</style>
border-color css
<style>
span { border-color: #61FFCF; }
span { border-color: rgb(97,255,207); }
td.TdClassName
{
border-color: #61FFCF;
}
.TagClassName
{
border-color: #61FFCF;
}
</style>