Shades of Medium Aquamarine #65EFB5
Tints of Medium Aquamarine #65EFB5
RGB
CMYK
RGB Variations
Color information
#65EFB5 (or 0x65EFB5) is known color: Medium Aquamarine. HEX triplet: 65, EF and B5. RGB value is (101,239,181). Sum of RGB (Red+Green+Blue) = 101+239+181=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFB5 is #9A104A. Grayscale: #BFBFBF. Windows color (decimal): -10096715 or 11923301. OLE color: 11923301.
HSL color Cylindrical-coordinate representation of color #65EFB5: hue angle of 154.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EFB5 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 181 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.06 |
| HSL | 154.78º | 0.81% | 0.67% | - |
| HSV(B) | 154.78º | 0.58% | 0.94% | - |
| XYZ | 44.57 | 67.84 | 54.46 | - |
| YUV | 191.13 | 122.28 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 181 | 0.58 | 0 | 0.24 | 0.06 | 154.78 | 0.81 | 0.67 |
| Hex | 65 | EF | B5 | 3A | 0 | 18 | 6 | 9B | 51 | 43 |
| Octal | 145 | 357 | 265 | 72 | 0 | 30 | 6 | 233 | 121 | 103 |
| Binary | 1100101 | 11101111 | 10110101 | 111010 | 0 | 11000 | 110 | 10011011 | 1010001 | 1000011 |
Color Harmonies of #65EFB5
Complementary color
Monochromatic Colors of #65EFB5
Black with #65EFB5
Text Example
Text Example
White with #65EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFB5; }
p { color: rgb(101,239,181); }
H1.HeaderClassName
{
color: #65EFB5;
}
.AnyTagClassName
{
color: #65EFB5;
}
</style>
background-color css
<style>
a { background-color: #65EFB5; }
a { background-color: rgb(101,239,181); }
div.DivClassName
{
background-color: #65EFB5;
}
.BgClassName
{
background-color: #65EFB5;
}
</style>
border-color css
<style>
span { border-color: #65EFB5; }
span { border-color: rgb(101,239,181); }
td.TdClassName
{
border-color: #65EFB5;
}
.TagClassName
{
border-color: #65EFB5;
}
</style>