Shades of Aquamarine #61FDD6
Tints of Aquamarine #61FDD6
RGB
CMYK
RGB Variations
Color information
#61FDD6 (or 0x61FDD6) is known color: Aquamarine. HEX triplet: 61, FD and D6. RGB value is (97,253,214). Sum of RGB (Red+Green+Blue) = 97+253+214=564 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.20% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #61FDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FDD6 is #9E0229. Grayscale: #C9C9C9. Windows color (decimal): -10355242 or 14089569. OLE color: 14089569.
HSL color Cylindrical-coordinate representation of color #61FDD6: hue angle of 165º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FDD6 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 253 | 214 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.01 |
| HSL | 165º | 0.98% | 0.69% | - |
| HSV(B) | 165º | 0.62% | 0.99% | - |
| XYZ | 52.19 | 77.65 | 75.85 | - |
| YUV | 201.91 | 134.82 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 253 | 214 | 0.62 | 0 | 0.15 | 0.01 | 165 | 0.98 | 0.69 |
| Hex | 61 | FD | D6 | 3E | 0 | F | 1 | A5 | 62 | 45 |
| Octal | 141 | 375 | 326 | 76 | 0 | 17 | 1 | 245 | 142 | 105 |
| Binary | 1100001 | 11111101 | 11010110 | 111110 | 0 | 1111 | 1 | 10100101 | 1100010 | 1000101 |
Color Harmonies of #61FDD6
Complementary color
Monochromatic Colors of #61FDD6
Black with #61FDD6
Text Example
Text Example
White with #61FDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FDD6; }
p { color: rgb(97,253,214); }
H1.HeaderClassName
{
color: #61FDD6;
}
.AnyTagClassName
{
color: #61FDD6;
}
</style>
background-color css
<style>
a { background-color: #61FDD6; }
a { background-color: rgb(97,253,214); }
div.DivClassName
{
background-color: #61FDD6;
}
.BgClassName
{
background-color: #61FDD6;
}
</style>
border-color css
<style>
span { border-color: #61FDD6; }
span { border-color: rgb(97,253,214); }
td.TdClassName
{
border-color: #61FDD6;
}
.TagClassName
{
border-color: #61FDD6;
}
</style>