Shades of Medium Aquamarine #65EDB5
Tints of Medium Aquamarine #65EDB5
RGB
CMYK
RGB Variations
Color information
#65EDB5 (or 0x65EDB5) is known color: Medium Aquamarine. HEX triplet: 65, ED and B5. RGB value is (101,237,181). Sum of RGB (Red+Green+Blue) = 101+237+181=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EDB5 is #9A124A. Grayscale: #BEBEBE. Windows color (decimal): -10097227 or 11922789. OLE color: 11922789.
HSL color Cylindrical-coordinate representation of color #65EDB5: hue angle of 155.29º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EDB5 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 237 | 181 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.07 |
| HSL | 155.29º | 0.79% | 0.66% | - |
| HSV(B) | 155.29º | 0.57% | 0.93% | - |
| XYZ | 43.99 | 66.67 | 54.27 | - |
| YUV | 189.95 | 122.94 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 181 | 0.57 | 0 | 0.24 | 0.07 | 155.29 | 0.79 | 0.66 |
| Hex | 65 | ED | B5 | 39 | 0 | 18 | 7 | 9B | 4F | 42 |
| Octal | 145 | 355 | 265 | 71 | 0 | 30 | 7 | 233 | 117 | 102 |
| Binary | 1100101 | 11101101 | 10110101 | 111001 | 0 | 11000 | 111 | 10011011 | 1001111 | 1000010 |
Color Harmonies of #65EDB5
Complementary color
Monochromatic Colors of #65EDB5
Black with #65EDB5
Text Example
Text Example
White with #65EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EDB5; }
p { color: rgb(101,237,181); }
H1.HeaderClassName
{
color: #65EDB5;
}
.AnyTagClassName
{
color: #65EDB5;
}
</style>
background-color css
<style>
a { background-color: #65EDB5; }
a { background-color: rgb(101,237,181); }
div.DivClassName
{
background-color: #65EDB5;
}
.BgClassName
{
background-color: #65EDB5;
}
</style>
border-color css
<style>
span { border-color: #65EDB5; }
span { border-color: rgb(101,237,181); }
td.TdClassName
{
border-color: #65EDB5;
}
.TagClassName
{
border-color: #65EDB5;
}
</style>