Shades of Aquamarine #61FFB5
Tints of Aquamarine #61FFB5
RGB
CMYK
RGB Variations
Color information
#61FFB5 (or 0x61FFB5) is known color: Aquamarine. HEX triplet: 61, FF and B5. RGB value is (97,255,181). Sum of RGB (Red+Green+Blue) = 97+255+181=533 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.20% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFB5 is #9E004A. Grayscale: #C7C7C7. Windows color (decimal): -10354763 or 11927393. OLE color: 11927393.
HSL color Cylindrical-coordinate representation of color #61FFB5: hue angle of 151.9º 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 #61FFB5 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 181 | - |
| CMYK | 0.62 | 0 | 0.29 | 0 |
| HSL | 151.9º | 1% | 0.69% | - |
| HSV(B) | 151.9º | 0.62% | 1% | - |
| XYZ | 49.03 | 77.4 | 56.07 | - |
| YUV | 199.32 | 117.65 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 181 | 0.62 | 0 | 0.29 | 0 | 151.9 | 1 | 0.69 |
| Hex | 61 | FF | B5 | 3E | 0 | 1D | 0 | 98 | 64 | 45 |
| Octal | 141 | 377 | 265 | 76 | 0 | 35 | 0 | 230 | 144 | 105 |
| Binary | 1100001 | 11111111 | 10110101 | 111110 | 0 | 11101 | 0 | 10011000 | 1100100 | 1000101 |
Color Harmonies of #61FFB5
Complementary color
Monochromatic Colors of #61FFB5
Black with #61FFB5
Text Example
Text Example
White with #61FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFB5; }
p { color: rgb(97,255,181); }
H1.HeaderClassName
{
color: #61FFB5;
}
.AnyTagClassName
{
color: #61FFB5;
}
</style>
background-color css
<style>
a { background-color: #61FFB5; }
a { background-color: rgb(97,255,181); }
div.DivClassName
{
background-color: #61FFB5;
}
.BgClassName
{
background-color: #61FFB5;
}
</style>
border-color css
<style>
span { border-color: #61FFB5; }
span { border-color: rgb(97,255,181); }
td.TdClassName
{
border-color: #61FFB5;
}
.TagClassName
{
border-color: #61FFB5;
}
</style>