Shades of Medium Aquamarine #65ECB5
Tints of Medium Aquamarine #65ECB5
RGB
CMYK
RGB Variations
Color information
#65ECB5 (or 0x65ECB5) is known color: Medium Aquamarine. HEX triplet: 65, EC and B5. RGB value is (101,236,181). Sum of RGB (Red+Green+Blue) = 101+236+181=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECB5 is #9A134A. Grayscale: #BDBDBD. Windows color (decimal): -10097483 or 11922533. OLE color: 11922533.
HSL color Cylindrical-coordinate representation of color #65ECB5: hue angle of 155.56º degrees, saturation: 0.78, 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 #65ECB5 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 181 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.07 |
| HSL | 155.56º | 0.78% | 0.66% | - |
| HSV(B) | 155.56º | 0.57% | 0.93% | - |
| XYZ | 43.7 | 66.09 | 54.17 | - |
| YUV | 189.37 | 123.27 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 181 | 0.57 | 0 | 0.23 | 0.07 | 155.56 | 0.78 | 0.66 |
| Hex | 65 | EC | B5 | 39 | 0 | 17 | 7 | 9C | 4E | 42 |
| Octal | 145 | 354 | 265 | 71 | 0 | 27 | 7 | 234 | 116 | 102 |
| Binary | 1100101 | 11101100 | 10110101 | 111001 | 0 | 10111 | 111 | 10011100 | 1001110 | 1000010 |
Color Harmonies of #65ECB5
Complementary color
Monochromatic Colors of #65ECB5
Black with #65ECB5
Text Example
Text Example
White with #65ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECB5; }
p { color: rgb(101,236,181); }
H1.HeaderClassName
{
color: #65ECB5;
}
.AnyTagClassName
{
color: #65ECB5;
}
</style>
background-color css
<style>
a { background-color: #65ECB5; }
a { background-color: rgb(101,236,181); }
div.DivClassName
{
background-color: #65ECB5;
}
.BgClassName
{
background-color: #65ECB5;
}
</style>
border-color css
<style>
span { border-color: #65ECB5; }
span { border-color: rgb(101,236,181); }
td.TdClassName
{
border-color: #65ECB5;
}
.TagClassName
{
border-color: #65ECB5;
}
</style>