Shades of Medium Aquamarine #65E19F
Tints of Medium Aquamarine #65E19F
RGB
CMYK
RGB Variations
Color information
#65E19F (or 0x65E19F) is known color: Medium Aquamarine. HEX triplet: 65, E1 and 9F. RGB value is (101,225,159). Sum of RGB (Red+Green+Blue) = 101+225+159=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #65E19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E19F is #9A1E60. Grayscale: #B4B4B4. Windows color (decimal): -10100321 or 10477925. OLE color: 10477925.
HSL color Cylindrical-coordinate representation of color #65E19F: hue angle of 148.06º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E19F is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 159 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.12 |
| HSL | 148.06º | 0.67% | 0.64% | - |
| HSV(B) | 148.06º | 0.55% | 0.88% | - |
| XYZ | 38.55 | 59.12 | 42.18 | - |
| YUV | 180.4 | 115.92 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 159 | 0.55 | 0 | 0.29 | 0.12 | 148.06 | 0.67 | 0.64 |
| Hex | 65 | E1 | 9F | 37 | 0 | 1D | C | 94 | 43 | 40 |
| Octal | 145 | 341 | 237 | 67 | 0 | 35 | 14 | 224 | 103 | 100 |
| Binary | 1100101 | 11100001 | 10011111 | 110111 | 0 | 11101 | 1100 | 10010100 | 1000011 | 1000000 |
Color Harmonies of #65E19F
Complementary color
Monochromatic Colors of #65E19F
Black with #65E19F
Text Example
Text Example
White with #65E19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E19F; }
p { color: rgb(101,225,159); }
H1.HeaderClassName
{
color: #65E19F;
}
.AnyTagClassName
{
color: #65E19F;
}
</style>
background-color css
<style>
a { background-color: #65E19F; }
a { background-color: rgb(101,225,159); }
div.DivClassName
{
background-color: #65E19F;
}
.BgClassName
{
background-color: #65E19F;
}
</style>
border-color css
<style>
span { border-color: #65E19F; }
span { border-color: rgb(101,225,159); }
td.TdClassName
{
border-color: #65E19F;
}
.TagClassName
{
border-color: #65E19F;
}
</style>