Shades of Medium Aquamarine #61FF9F
Tints of Medium Aquamarine #61FF9F
RGB
CMYK
RGB Variations
Color information
#61FF9F (or 0x61FF9F) is known color: Medium Aquamarine. HEX triplet: 61, FF and 9F. RGB value is (97,255,159). Sum of RGB (Red+Green+Blue) = 97+255+159=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FF9F is #9E0060. Grayscale: #C5C5C5. Windows color (decimal): -10354785 or 10485601. OLE color: 10485601.
HSL color Cylindrical-coordinate representation of color #61FF9F: hue angle of 143.54º 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 #61FF9F is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 159 | - |
| CMYK | 0.62 | 0 | 0.38 | 0 |
| HSL | 143.54º | 1% | 0.69% | - |
| HSV(B) | 143.54º | 0.62% | 1% | - |
| XYZ | 46.95 | 76.56 | 45.1 | - |
| YUV | 196.81 | 106.65 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 159 | 0.62 | 0 | 0.38 | 0 | 143.54 | 1 | 0.69 |
| Hex | 61 | FF | 9F | 3E | 0 | 26 | 0 | 90 | 64 | 45 |
| Octal | 141 | 377 | 237 | 76 | 0 | 46 | 0 | 220 | 144 | 105 |
| Binary | 1100001 | 11111111 | 10011111 | 111110 | 0 | 100110 | 0 | 10010000 | 1100100 | 1000101 |
Color Harmonies of #61FF9F
Complementary color
Monochromatic Colors of #61FF9F
Black with #61FF9F
Text Example
Text Example
White with #61FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF9F; }
p { color: rgb(97,255,159); }
H1.HeaderClassName
{
color: #61FF9F;
}
.AnyTagClassName
{
color: #61FF9F;
}
</style>
background-color css
<style>
a { background-color: #61FF9F; }
a { background-color: rgb(97,255,159); }
div.DivClassName
{
background-color: #61FF9F;
}
.BgClassName
{
background-color: #61FF9F;
}
</style>
border-color css
<style>
span { border-color: #61FF9F; }
span { border-color: rgb(97,255,159); }
td.TdClassName
{
border-color: #61FF9F;
}
.TagClassName
{
border-color: #61FF9F;
}
</style>