Shades of Medium Aquamarine #65F2AD
Tints of Medium Aquamarine #65F2AD
RGB
CMYK
RGB Variations
Color information
#65F2AD (or 0x65F2AD) is known color: Medium Aquamarine. HEX triplet: 65, F2 and AD. RGB value is (101,242,173). Sum of RGB (Red+Green+Blue) = 101+242+173=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F2AD is #9A0D52. Grayscale: #C0C0C0. Windows color (decimal): -10095955 or 11399781. OLE color: 11399781.
HSL color Cylindrical-coordinate representation of color #65F2AD: hue angle of 150.64º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F2AD is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 173 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.05 |
| HSL | 150.64º | 0.84% | 0.67% | - |
| HSV(B) | 150.64º | 0.58% | 0.95% | - |
| XYZ | 44.66 | 69.29 | 50.56 | - |
| YUV | 191.98 | 117.29 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 173 | 0.58 | 0 | 0.29 | 0.05 | 150.64 | 0.84 | 0.67 |
| Hex | 65 | F2 | AD | 3A | 0 | 1D | 5 | 97 | 54 | 43 |
| Octal | 145 | 362 | 255 | 72 | 0 | 35 | 5 | 227 | 124 | 103 |
| Binary | 1100101 | 11110010 | 10101101 | 111010 | 0 | 11101 | 101 | 10010111 | 1010100 | 1000011 |
Color Harmonies of #65F2AD
Complementary color
Monochromatic Colors of #65F2AD
Black with #65F2AD
Text Example
Text Example
White with #65F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F2AD; }
p { color: rgb(101,242,173); }
H1.HeaderClassName
{
color: #65F2AD;
}
.AnyTagClassName
{
color: #65F2AD;
}
</style>
background-color css
<style>
a { background-color: #65F2AD; }
a { background-color: rgb(101,242,173); }
div.DivClassName
{
background-color: #65F2AD;
}
.BgClassName
{
background-color: #65F2AD;
}
</style>
border-color css
<style>
span { border-color: #65F2AD; }
span { border-color: rgb(101,242,173); }
td.TdClassName
{
border-color: #65F2AD;
}
.TagClassName
{
border-color: #65F2AD;
}
</style>