Shades of Aquamarine #61FFB7
Tints of Aquamarine #61FFB7
RGB
CMYK
RGB Variations
Color information
#61FFB7 (or 0x61FFB7) is known color: Aquamarine. HEX triplet: 61, FF and B7. RGB value is (97,255,183). Sum of RGB (Red+Green+Blue) = 97+255+183=535 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.13% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFB7 is #9E0048. Grayscale: #C7C7C7. Windows color (decimal): -10354761 or 12058465. OLE color: 12058465.
HSL color Cylindrical-coordinate representation of color #61FFB7: hue angle of 152.66º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFB7 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 183 | - |
| CMYK | 0.62 | 0 | 0.28 | 0 |
| HSL | 152.66º | 1% | 0.69% | - |
| HSV(B) | 152.66º | 0.62% | 1% | - |
| XYZ | 49.24 | 77.48 | 57.16 | - |
| YUV | 199.55 | 118.65 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 183 | 0.62 | 0 | 0.28 | 0 | 152.66 | 1 | 0.69 |
| Hex | 61 | FF | B7 | 3E | 0 | 1C | 0 | 99 | 64 | 45 |
| Octal | 141 | 377 | 267 | 76 | 0 | 34 | 0 | 231 | 144 | 105 |
| Binary | 1100001 | 11111111 | 10110111 | 111110 | 0 | 11100 | 0 | 10011001 | 1100100 | 1000101 |
Color Harmonies of #61FFB7
Complementary color
Monochromatic Colors of #61FFB7
Black with #61FFB7
Text Example
Text Example
White with #61FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFB7; }
p { color: rgb(97,255,183); }
H1.HeaderClassName
{
color: #61FFB7;
}
.AnyTagClassName
{
color: #61FFB7;
}
</style>
background-color css
<style>
a { background-color: #61FFB7; }
a { background-color: rgb(97,255,183); }
div.DivClassName
{
background-color: #61FFB7;
}
.BgClassName
{
background-color: #61FFB7;
}
</style>
border-color css
<style>
span { border-color: #61FFB7; }
span { border-color: rgb(97,255,183); }
td.TdClassName
{
border-color: #61FFB7;
}
.TagClassName
{
border-color: #61FFB7;
}
</style>