Shades of Aquamarine #61FCCC
Tints of Aquamarine #61FCCC
RGB
CMYK
RGB Variations
Color information
#61FCCC (or 0x61FCCC) is known color: Aquamarine. HEX triplet: 61, FC and CC. RGB value is (97,252,204). Sum of RGB (Red+Green+Blue) = 97+252+204=553 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.54% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCCC is #9E0333. Grayscale: #C8C8C8. Windows color (decimal): -10355508 or 13433953. OLE color: 13433953.
HSL color Cylindrical-coordinate representation of color #61FCCC: hue angle of 161.42º 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 #61FCCC is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 252 | 204 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.01 |
| HSL | 161.42º | 0.96% | 0.68% | - |
| HSV(B) | 161.42º | 0.62% | 0.99% | - |
| XYZ | 50.64 | 76.52 | 69.23 | - |
| YUV | 200.18 | 130.15 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 252 | 204 | 0.62 | 0 | 0.19 | 0.01 | 161.42 | 0.96 | 0.68 |
| Hex | 61 | FC | CC | 3E | 0 | 13 | 1 | A1 | 60 | 44 |
| Octal | 141 | 374 | 314 | 76 | 0 | 23 | 1 | 241 | 140 | 104 |
| Binary | 1100001 | 11111100 | 11001100 | 111110 | 0 | 10011 | 1 | 10100001 | 1100000 | 1000100 |
Color Harmonies of #61FCCC
Complementary color
Monochromatic Colors of #61FCCC
Black with #61FCCC
Text Example
Text Example
White with #61FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FCCC; }
p { color: rgb(97,252,204); }
H1.HeaderClassName
{
color: #61FCCC;
}
.AnyTagClassName
{
color: #61FCCC;
}
</style>
background-color css
<style>
a { background-color: #61FCCC; }
a { background-color: rgb(97,252,204); }
div.DivClassName
{
background-color: #61FCCC;
}
.BgClassName
{
background-color: #61FCCC;
}
</style>
border-color css
<style>
span { border-color: #61FCCC; }
span { border-color: rgb(97,252,204); }
td.TdClassName
{
border-color: #61FCCC;
}
.TagClassName
{
border-color: #61FCCC;
}
</style>