Shades of Aquamarine #61FEB8
Tints of Aquamarine #61FEB8
RGB
CMYK
RGB Variations
Color information
#61FEB8 (or 0x61FEB8) is known color: Aquamarine. HEX triplet: 61, FE and B8. RGB value is (97,254,184). Sum of RGB (Red+Green+Blue) = 97+254+184=535 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.13% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #61FEB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FEB8 is #9E0147. Grayscale: #C7C7C7. Windows color (decimal): -10355016 or 12123745. OLE color: 12123745.
HSL color Cylindrical-coordinate representation of color #61FEB8: hue angle of 153.25º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FEB8 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 184 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.00 |
| HSL | 153.25º | 0.99% | 0.69% | - |
| HSV(B) | 153.25º | 0.62% | 1% | - |
| XYZ | 49.02 | 76.89 | 57.6 | - |
| YUV | 199.08 | 119.49 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 184 | 0.62 | 0 | 0.28 | 0.00 | 153.25 | 0.99 | 0.69 |
| Hex | 61 | FE | B8 | 3E | 0 | 1C | 0 | 99 | 63 | 45 |
| Octal | 141 | 376 | 270 | 76 | 0 | 34 | 0 | 231 | 143 | 105 |
| Binary | 1100001 | 11111110 | 10111000 | 111110 | 0 | 11100 | 0 | 10011001 | 1100011 | 1000101 |
Color Harmonies of #61FEB8
Complementary color
Monochromatic Colors of #61FEB8
Black with #61FEB8
Text Example
Text Example
White with #61FEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FEB8; }
p { color: rgb(97,254,184); }
H1.HeaderClassName
{
color: #61FEB8;
}
.AnyTagClassName
{
color: #61FEB8;
}
</style>
background-color css
<style>
a { background-color: #61FEB8; }
a { background-color: rgb(97,254,184); }
div.DivClassName
{
background-color: #61FEB8;
}
.BgClassName
{
background-color: #61FEB8;
}
</style>
border-color css
<style>
span { border-color: #61FEB8; }
span { border-color: rgb(97,254,184); }
td.TdClassName
{
border-color: #61FEB8;
}
.TagClassName
{
border-color: #61FEB8;
}
</style>