Shades of Medium Aquamarine #65F6A4
Tints of Medium Aquamarine #65F6A4
RGB
CMYK
RGB Variations
Color information
#65F6A4 (or 0x65F6A4) is known color: Medium Aquamarine. HEX triplet: 65, F6 and A4. RGB value is (101,246,164). Sum of RGB (Red+Green+Blue) = 101+246+164=511 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.77% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #65F6A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F6A4 is #9A095B. Grayscale: #C1C1C1. Windows color (decimal): -10094940 or 10810981. OLE color: 10810981.
HSL color Cylindrical-coordinate representation of color #65F6A4: hue angle of 146.07º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F6A4 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 246 | 164 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.04 |
| HSL | 146.07º | 0.89% | 0.68% | - |
| HSV(B) | 146.07º | 0.59% | 0.96% | - |
| XYZ | 45.02 | 71.36 | 46.52 | - |
| YUV | 193.3 | 111.46 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 246 | 164 | 0.59 | 0 | 0.33 | 0.04 | 146.07 | 0.89 | 0.68 |
| Hex | 65 | F6 | A4 | 3B | 0 | 21 | 4 | 92 | 59 | 44 |
| Octal | 145 | 366 | 244 | 73 | 0 | 41 | 4 | 222 | 131 | 104 |
| Binary | 1100101 | 11110110 | 10100100 | 111011 | 0 | 100001 | 100 | 10010010 | 1011001 | 1000100 |
Color Harmonies of #65F6A4
Complementary color
Monochromatic Colors of #65F6A4
Black with #65F6A4
Text Example
Text Example
White with #65F6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F6A4; }
p { color: rgb(101,246,164); }
H1.HeaderClassName
{
color: #65F6A4;
}
.AnyTagClassName
{
color: #65F6A4;
}
</style>
background-color css
<style>
a { background-color: #65F6A4; }
a { background-color: rgb(101,246,164); }
div.DivClassName
{
background-color: #65F6A4;
}
.BgClassName
{
background-color: #65F6A4;
}
</style>
border-color css
<style>
span { border-color: #65F6A4; }
span { border-color: rgb(101,246,164); }
td.TdClassName
{
border-color: #65F6A4;
}
.TagClassName
{
border-color: #65F6A4;
}
</style>