Shades of Aquamarine #61FFB8
Tints of Aquamarine #61FFB8
RGB
CMYK
RGB Variations
Color information
#61FFB8 (or 0x61FFB8) is known color: Aquamarine. HEX triplet: 61, FF and B8. RGB value is (97,255,184). Sum of RGB (Red+Green+Blue) = 97+255+184=536 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.10% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFB8 is #9E0047. Grayscale: #C7C7C7. Windows color (decimal): -10354760 or 12124001. OLE color: 12124001.
HSL color Cylindrical-coordinate representation of color #61FFB8: hue angle of 153.04º 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 #61FFB8 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 184 | - |
| CMYK | 0.62 | 0 | 0.28 | 0 |
| HSL | 153.04º | 1% | 0.69% | - |
| HSV(B) | 153.04º | 0.62% | 1% | - |
| XYZ | 49.34 | 77.52 | 57.71 | - |
| YUV | 199.66 | 119.15 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 184 | 0.62 | 0 | 0.28 | 0 | 153.04 | 1 | 0.69 |
| Hex | 61 | FF | B8 | 3E | 0 | 1C | 0 | 99 | 64 | 45 |
| Octal | 141 | 377 | 270 | 76 | 0 | 34 | 0 | 231 | 144 | 105 |
| Binary | 1100001 | 11111111 | 10111000 | 111110 | 0 | 11100 | 0 | 10011001 | 1100100 | 1000101 |
Color Harmonies of #61FFB8
Complementary color
Monochromatic Colors of #61FFB8
Black with #61FFB8
Text Example
Text Example
White with #61FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFB8; }
p { color: rgb(97,255,184); }
H1.HeaderClassName
{
color: #61FFB8;
}
.AnyTagClassName
{
color: #61FFB8;
}
</style>
background-color css
<style>
a { background-color: #61FFB8; }
a { background-color: rgb(97,255,184); }
div.DivClassName
{
background-color: #61FFB8;
}
.BgClassName
{
background-color: #61FFB8;
}
</style>
border-color css
<style>
span { border-color: #61FFB8; }
span { border-color: rgb(97,255,184); }
td.TdClassName
{
border-color: #61FFB8;
}
.TagClassName
{
border-color: #61FFB8;
}
</style>