Shades of Aquamarine #61FCCD
Tints of Aquamarine #61FCCD
RGB
CMYK
RGB Variations
Color information
#61FCCD (or 0x61FCCD) is known color: Aquamarine. HEX triplet: 61, FC and CD. RGB value is (97,252,205). Sum of RGB (Red+Green+Blue) = 97+252+205=554 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.51% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCCD is #9E0332. Grayscale: #C8C8C8. Windows color (decimal): -10355507 or 13499489. OLE color: 13499489.
HSL color Cylindrical-coordinate representation of color #61FCCD: hue angle of 161.81º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FCCD is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 252 | 205 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.01 |
| HSL | 161.81º | 0.96% | 0.68% | - |
| HSV(B) | 161.81º | 0.62% | 0.99% | - |
| XYZ | 50.76 | 76.57 | 69.86 | - |
| YUV | 200.3 | 130.65 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 252 | 205 | 0.62 | 0 | 0.19 | 0.01 | 161.81 | 0.96 | 0.68 |
| Hex | 61 | FC | CD | 3E | 0 | 13 | 1 | A2 | 60 | 44 |
| Octal | 141 | 374 | 315 | 76 | 0 | 23 | 1 | 242 | 140 | 104 |
| Binary | 1100001 | 11111100 | 11001101 | 111110 | 0 | 10011 | 1 | 10100010 | 1100000 | 1000100 |
Color Harmonies of #61FCCD
Complementary color
Monochromatic Colors of #61FCCD
Black with #61FCCD
Text Example
Text Example
White with #61FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FCCD; }
p { color: rgb(97,252,205); }
H1.HeaderClassName
{
color: #61FCCD;
}
.AnyTagClassName
{
color: #61FCCD;
}
</style>
background-color css
<style>
a { background-color: #61FCCD; }
a { background-color: rgb(97,252,205); }
div.DivClassName
{
background-color: #61FCCD;
}
.BgClassName
{
background-color: #61FCCD;
}
</style>
border-color css
<style>
span { border-color: #61FCCD; }
span { border-color: rgb(97,252,205); }
td.TdClassName
{
border-color: #61FCCD;
}
.TagClassName
{
border-color: #61FCCD;
}
</style>