Shades of Aquamarine #61FBD0
Tints of Aquamarine #61FBD0
RGB
CMYK
RGB Variations
Color information
#61FBD0 (or 0x61FBD0) is known color: Aquamarine. HEX triplet: 61, FB and D0. RGB value is (97,251,208). Sum of RGB (Red+Green+Blue) = 97+251+208=556 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.45% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #61FBD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FBD0 is #9E042F. Grayscale: #C8C8C8. Windows color (decimal): -10355760 or 13695841. OLE color: 13695841.
HSL color Cylindrical-coordinate representation of color #61FBD0: hue angle of 163.25º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61FBD0 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 251 | 208 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.02 |
| HSL | 163.25º | 0.95% | 0.68% | - |
| HSV(B) | 163.25º | 0.61% | 0.98% | - |
| XYZ | 50.81 | 76.09 | 71.68 | - |
| YUV | 200.05 | 132.48 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 251 | 208 | 0.61 | 0 | 0.17 | 0.02 | 163.25 | 0.95 | 0.68 |
| Hex | 61 | FB | D0 | 3D | 0 | 11 | 2 | A3 | 5F | 44 |
| Octal | 141 | 373 | 320 | 75 | 0 | 21 | 2 | 243 | 137 | 104 |
| Binary | 1100001 | 11111011 | 11010000 | 111101 | 0 | 10001 | 10 | 10100011 | 1011111 | 1000100 |
Color Harmonies of #61FBD0
Complementary color
Monochromatic Colors of #61FBD0
Black with #61FBD0
Text Example
Text Example
White with #61FBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FBD0; }
p { color: rgb(97,251,208); }
H1.HeaderClassName
{
color: #61FBD0;
}
.AnyTagClassName
{
color: #61FBD0;
}
</style>
background-color css
<style>
a { background-color: #61FBD0; }
a { background-color: rgb(97,251,208); }
div.DivClassName
{
background-color: #61FBD0;
}
.BgClassName
{
background-color: #61FBD0;
}
</style>
border-color css
<style>
span { border-color: #61FBD0; }
span { border-color: rgb(97,251,208); }
td.TdClassName
{
border-color: #61FBD0;
}
.TagClassName
{
border-color: #61FBD0;
}
</style>