Shades of Medium Aquamarine #65E4B5
Tints of Medium Aquamarine #65E4B5
RGB
CMYK
RGB Variations
Color information
#65E4B5 (or 0x65E4B5) is known color: Medium Aquamarine. HEX triplet: 65, E4 and B5. RGB value is (101,228,181). Sum of RGB (Red+Green+Blue) = 101+228+181=510 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.80% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #65E4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E4B5 is #9A1B4A. Grayscale: #B8B8B8. Windows color (decimal): -10099531 or 11920485. OLE color: 11920485.
HSL color Cylindrical-coordinate representation of color #65E4B5: hue angle of 157.8º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E4B5 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 181 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.11 |
| HSL | 157.8º | 0.7% | 0.65% | - |
| HSV(B) | 157.8º | 0.56% | 0.89% | - |
| XYZ | 41.45 | 61.59 | 53.42 | - |
| YUV | 184.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 181 | 0.56 | 0 | 0.21 | 0.11 | 157.8 | 0.7 | 0.65 |
| Hex | 65 | E4 | B5 | 38 | 0 | 15 | B | 9E | 46 | 41 |
| Octal | 145 | 344 | 265 | 70 | 0 | 25 | 13 | 236 | 106 | 101 |
| Binary | 1100101 | 11100100 | 10110101 | 111000 | 0 | 10101 | 1011 | 10011110 | 1000110 | 1000001 |
Color Harmonies of #65E4B5
Complementary color
Monochromatic Colors of #65E4B5
Black with #65E4B5
Text Example
Text Example
White with #65E4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E4B5; }
p { color: rgb(101,228,181); }
H1.HeaderClassName
{
color: #65E4B5;
}
.AnyTagClassName
{
color: #65E4B5;
}
</style>
background-color css
<style>
a { background-color: #65E4B5; }
a { background-color: rgb(101,228,181); }
div.DivClassName
{
background-color: #65E4B5;
}
.BgClassName
{
background-color: #65E4B5;
}
</style>
border-color css
<style>
span { border-color: #65E4B5; }
span { border-color: rgb(101,228,181); }
td.TdClassName
{
border-color: #65E4B5;
}
.TagClassName
{
border-color: #65E4B5;
}
</style>