Shades of Medium Aquamarine #65E2B2
Tints of Medium Aquamarine #65E2B2
RGB
CMYK
RGB Variations
Color information
#65E2B2 (or 0x65E2B2) is known color: Medium Aquamarine. HEX triplet: 65, E2 and B2. RGB value is (101,226,178). Sum of RGB (Red+Green+Blue) = 101+226+178=505 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #65E2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E2B2 is #9A1D4D. Grayscale: #B7B7B7. Windows color (decimal): -10100046 or 11723365. OLE color: 11723365.
HSL color Cylindrical-coordinate representation of color #65E2B2: hue angle of 156.96º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E2B2 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 226 | 178 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.11 |
| HSL | 156.96º | 0.68% | 0.64% | - |
| HSV(B) | 156.96º | 0.55% | 0.89% | - |
| XYZ | 40.6 | 60.37 | 51.63 | - |
| YUV | 183.15 | 125.09 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 178 | 0.55 | 0 | 0.21 | 0.11 | 156.96 | 0.68 | 0.64 |
| Hex | 65 | E2 | B2 | 37 | 0 | 15 | B | 9D | 44 | 40 |
| Octal | 145 | 342 | 262 | 67 | 0 | 25 | 13 | 235 | 104 | 100 |
| Binary | 1100101 | 11100010 | 10110010 | 110111 | 0 | 10101 | 1011 | 10011101 | 1000100 | 1000000 |
Color Harmonies of #65E2B2
Complementary color
Monochromatic Colors of #65E2B2
Black with #65E2B2
Text Example
Text Example
White with #65E2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E2B2; }
p { color: rgb(101,226,178); }
H1.HeaderClassName
{
color: #65E2B2;
}
.AnyTagClassName
{
color: #65E2B2;
}
</style>
background-color css
<style>
a { background-color: #65E2B2; }
a { background-color: rgb(101,226,178); }
div.DivClassName
{
background-color: #65E2B2;
}
.BgClassName
{
background-color: #65E2B2;
}
</style>
border-color css
<style>
span { border-color: #65E2B2; }
span { border-color: rgb(101,226,178); }
td.TdClassName
{
border-color: #65E2B2;
}
.TagClassName
{
border-color: #65E2B2;
}
</style>