Shades of Aquamarine #61FFCA
Tints of Aquamarine #61FFCA
RGB
CMYK
RGB Variations
Color information
#61FFCA (or 0x61FFCA) is known color: Aquamarine. HEX triplet: 61, FF and CA. RGB value is (97,255,202). Sum of RGB (Red+Green+Blue) = 97+255+202=554 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.51% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFCA is #9E0035. Grayscale: #C9C9C9. Windows color (decimal): -10354742 or 13303649. OLE color: 13303649.
HSL color Cylindrical-coordinate representation of color #61FFCA: hue angle of 159.87º 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 #61FFCA is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 202 | - |
| CMYK | 0.62 | 0 | 0.21 | 0 |
| HSL | 159.87º | 1% | 0.69% | - |
| HSV(B) | 159.87º | 0.62% | 1% | - |
| XYZ | 51.35 | 78.33 | 68.29 | - |
| YUV | 201.72 | 128.15 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 202 | 0.62 | 0 | 0.21 | 0 | 159.87 | 1 | 0.69 |
| Hex | 61 | FF | CA | 3E | 0 | 15 | 0 | A0 | 64 | 45 |
| Octal | 141 | 377 | 312 | 76 | 0 | 25 | 0 | 240 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11001010 | 111110 | 0 | 10101 | 0 | 10100000 | 1100100 | 1000101 |
Color Harmonies of #61FFCA
Complementary color
Monochromatic Colors of #61FFCA
Black with #61FFCA
Text Example
Text Example
White with #61FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFCA; }
p { color: rgb(97,255,202); }
H1.HeaderClassName
{
color: #61FFCA;
}
.AnyTagClassName
{
color: #61FFCA;
}
</style>
background-color css
<style>
a { background-color: #61FFCA; }
a { background-color: rgb(97,255,202); }
div.DivClassName
{
background-color: #61FFCA;
}
.BgClassName
{
background-color: #61FFCA;
}
</style>
border-color css
<style>
span { border-color: #61FFCA; }
span { border-color: rgb(97,255,202); }
td.TdClassName
{
border-color: #61FFCA;
}
.TagClassName
{
border-color: #61FFCA;
}
</style>