Shades of Medium Aquamarine #65ECB3
Tints of Medium Aquamarine #65ECB3
RGB
CMYK
RGB Variations
Color information
#65ECB3 (or 0x65ECB3) is known color: Medium Aquamarine. HEX triplet: 65, EC and B3. RGB value is (101,236,179). Sum of RGB (Red+Green+Blue) = 101+236+179=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECB3 is #9A134C. Grayscale: #BDBDBD. Windows color (decimal): -10097485 or 11791461. OLE color: 11791461.
HSL color Cylindrical-coordinate representation of color #65ECB3: hue angle of 154.67º 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 #65ECB3 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 179 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.07 |
| HSL | 154.67º | 0.78% | 0.66% | - |
| HSV(B) | 154.67º | 0.57% | 0.93% | - |
| XYZ | 43.5 | 66.01 | 53.1 | - |
| YUV | 189.14 | 122.27 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 179 | 0.57 | 0 | 0.24 | 0.07 | 154.67 | 0.78 | 0.66 |
| Hex | 65 | EC | B3 | 39 | 0 | 18 | 7 | 9B | 4E | 42 |
| Octal | 145 | 354 | 263 | 71 | 0 | 30 | 7 | 233 | 116 | 102 |
| Binary | 1100101 | 11101100 | 10110011 | 111001 | 0 | 11000 | 111 | 10011011 | 1001110 | 1000010 |
Color Harmonies of #65ECB3
Complementary color
Monochromatic Colors of #65ECB3
Black with #65ECB3
Text Example
Text Example
White with #65ECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECB3; }
p { color: rgb(101,236,179); }
H1.HeaderClassName
{
color: #65ECB3;
}
.AnyTagClassName
{
color: #65ECB3;
}
</style>
background-color css
<style>
a { background-color: #65ECB3; }
a { background-color: rgb(101,236,179); }
div.DivClassName
{
background-color: #65ECB3;
}
.BgClassName
{
background-color: #65ECB3;
}
</style>
border-color css
<style>
span { border-color: #65ECB3; }
span { border-color: rgb(101,236,179); }
td.TdClassName
{
border-color: #65ECB3;
}
.TagClassName
{
border-color: #65ECB3;
}
</style>