Shades of Medium Aquamarine #65E9B4
Tints of Medium Aquamarine #65E9B4
RGB
CMYK
RGB Variations
Color information
#65E9B4 (or 0x65E9B4) is known color: Medium Aquamarine. HEX triplet: 65, E9 and B4. RGB value is (101,233,180). Sum of RGB (Red+Green+Blue) = 101+233+180=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #65E9B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E9B4 is #9A164B. Grayscale: #BBBBBB. Windows color (decimal): -10098252 or 11856229. OLE color: 11856229.
HSL color Cylindrical-coordinate representation of color #65E9B4: hue angle of 155.91º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65E9B4 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 233 | 180 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.09 |
| HSL | 155.91º | 0.75% | 0.65% | - |
| HSV(B) | 155.91º | 0.57% | 0.91% | - |
| XYZ | 42.74 | 64.34 | 53.35 | - |
| YUV | 187.49 | 123.77 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 233 | 180 | 0.57 | 0 | 0.23 | 0.09 | 155.91 | 0.75 | 0.65 |
| Hex | 65 | E9 | B4 | 39 | 0 | 17 | 9 | 9C | 4B | 41 |
| Octal | 145 | 351 | 264 | 71 | 0 | 27 | 11 | 234 | 113 | 101 |
| Binary | 1100101 | 11101001 | 10110100 | 111001 | 0 | 10111 | 1001 | 10011100 | 1001011 | 1000001 |
Color Harmonies of #65E9B4
Complementary color
Monochromatic Colors of #65E9B4
Black with #65E9B4
Text Example
Text Example
White with #65E9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E9B4; }
p { color: rgb(101,233,180); }
H1.HeaderClassName
{
color: #65E9B4;
}
.AnyTagClassName
{
color: #65E9B4;
}
</style>
background-color css
<style>
a { background-color: #65E9B4; }
a { background-color: rgb(101,233,180); }
div.DivClassName
{
background-color: #65E9B4;
}
.BgClassName
{
background-color: #65E9B4;
}
</style>
border-color css
<style>
span { border-color: #65E9B4; }
span { border-color: rgb(101,233,180); }
td.TdClassName
{
border-color: #65E9B4;
}
.TagClassName
{
border-color: #65E9B4;
}
</style>