Shades of Aquamarine #61FCD4
Tints of Aquamarine #61FCD4
RGB
CMYK
RGB Variations
Color information
#61FCD4 (or 0x61FCD4) is known color: Aquamarine. HEX triplet: 61, FC and D4. RGB value is (97,252,212). Sum of RGB (Red+Green+Blue) = 97+252+212=561 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.29% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCD4 is #9E032B. Grayscale: #C9C9C9. Windows color (decimal): -10355500 or 13958241. OLE color: 13958241.
HSL color Cylindrical-coordinate representation of color #61FCD4: hue angle of 164.52º 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 #61FCD4 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 252 | 212 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.01 |
| HSL | 164.52º | 0.96% | 0.68% | - |
| HSV(B) | 164.52º | 0.62% | 0.99% | - |
| XYZ | 51.62 | 76.92 | 74.41 | - |
| YUV | 201.1 | 134.15 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 252 | 212 | 0.62 | 0 | 0.16 | 0.01 | 164.52 | 0.96 | 0.68 |
| Hex | 61 | FC | D4 | 3E | 0 | 10 | 1 | A5 | 60 | 44 |
| Octal | 141 | 374 | 324 | 76 | 0 | 20 | 1 | 245 | 140 | 104 |
| Binary | 1100001 | 11111100 | 11010100 | 111110 | 0 | 10000 | 1 | 10100101 | 1100000 | 1000100 |
Color Harmonies of #61FCD4
Complementary color
Monochromatic Colors of #61FCD4
Black with #61FCD4
Text Example
Text Example
White with #61FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FCD4; }
p { color: rgb(97,252,212); }
H1.HeaderClassName
{
color: #61FCD4;
}
.AnyTagClassName
{
color: #61FCD4;
}
</style>
background-color css
<style>
a { background-color: #61FCD4; }
a { background-color: rgb(97,252,212); }
div.DivClassName
{
background-color: #61FCD4;
}
.BgClassName
{
background-color: #61FCD4;
}
</style>
border-color css
<style>
span { border-color: #61FCD4; }
span { border-color: rgb(97,252,212); }
td.TdClassName
{
border-color: #61FCD4;
}
.TagClassName
{
border-color: #61FCD4;
}
</style>