Shades of Medium Aquamarine #65EBA8
Tints of Medium Aquamarine #65EBA8
RGB
CMYK
RGB Variations
Color information
#65EBA8 (or 0x65EBA8) is known color: Medium Aquamarine. HEX triplet: 65, EB and A8. RGB value is (101,235,168). Sum of RGB (Red+Green+Blue) = 101+235+168=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EBA8 is #9A1457. Grayscale: #BBBBBB. Windows color (decimal): -10097752 or 11070309. OLE color: 11070309.
HSL color Cylindrical-coordinate representation of color #65EBA8: hue angle of 150º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EBA8 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 235 | 168 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.08 |
| HSL | 150º | 0.77% | 0.66% | - |
| HSV(B) | 150º | 0.57% | 0.92% | - |
| XYZ | 42.14 | 65.01 | 47.37 | - |
| YUV | 187.3 | 117.11 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 235 | 168 | 0.57 | 0 | 0.29 | 0.08 | 150 | 0.77 | 0.66 |
| Hex | 65 | EB | A8 | 39 | 0 | 1D | 8 | 96 | 4D | 42 |
| Octal | 145 | 353 | 250 | 71 | 0 | 35 | 10 | 226 | 115 | 102 |
| Binary | 1100101 | 11101011 | 10101000 | 111001 | 0 | 11101 | 1000 | 10010110 | 1001101 | 1000010 |
Color Harmonies of #65EBA8
Complementary color
Monochromatic Colors of #65EBA8
Black with #65EBA8
Text Example
Text Example
White with #65EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EBA8; }
p { color: rgb(101,235,168); }
H1.HeaderClassName
{
color: #65EBA8;
}
.AnyTagClassName
{
color: #65EBA8;
}
</style>
background-color css
<style>
a { background-color: #65EBA8; }
a { background-color: rgb(101,235,168); }
div.DivClassName
{
background-color: #65EBA8;
}
.BgClassName
{
background-color: #65EBA8;
}
</style>
border-color css
<style>
span { border-color: #65EBA8; }
span { border-color: rgb(101,235,168); }
td.TdClassName
{
border-color: #65EBA8;
}
.TagClassName
{
border-color: #65EBA8;
}
</style>