Shades of Medium Aquamarine #65E2B3
Tints of Medium Aquamarine #65E2B3
RGB
CMYK
RGB Variations
Color information
#65E2B3 (or 0x65E2B3) is known color: Medium Aquamarine. HEX triplet: 65, E2 and B3. RGB value is (101,226,179). Sum of RGB (Red+Green+Blue) = 101+226+179=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #65E2B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E2B3 is #9A1D4C. Grayscale: #B7B7B7. Windows color (decimal): -10100045 or 11788901. OLE color: 11788901.
HSL color Cylindrical-coordinate representation of color #65E2B3: hue angle of 157.44º 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 #65E2B3 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 226 | 179 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.11 |
| HSL | 157.44º | 0.68% | 0.64% | - |
| HSV(B) | 157.44º | 0.55% | 0.89% | - |
| XYZ | 40.7 | 60.41 | 52.16 | - |
| YUV | 183.27 | 125.59 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 179 | 0.55 | 0 | 0.21 | 0.11 | 157.44 | 0.68 | 0.64 |
| Hex | 65 | E2 | B3 | 37 | 0 | 15 | B | 9D | 44 | 40 |
| Octal | 145 | 342 | 263 | 67 | 0 | 25 | 13 | 235 | 104 | 100 |
| Binary | 1100101 | 11100010 | 10110011 | 110111 | 0 | 10101 | 1011 | 10011101 | 1000100 | 1000000 |
Color Harmonies of #65E2B3
Complementary color
Monochromatic Colors of #65E2B3
Black with #65E2B3
Text Example
Text Example
White with #65E2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E2B3; }
p { color: rgb(101,226,179); }
H1.HeaderClassName
{
color: #65E2B3;
}
.AnyTagClassName
{
color: #65E2B3;
}
</style>
background-color css
<style>
a { background-color: #65E2B3; }
a { background-color: rgb(101,226,179); }
div.DivClassName
{
background-color: #65E2B3;
}
.BgClassName
{
background-color: #65E2B3;
}
</style>
border-color css
<style>
span { border-color: #65E2B3; }
span { border-color: rgb(101,226,179); }
td.TdClassName
{
border-color: #65E2B3;
}
.TagClassName
{
border-color: #65E2B3;
}
</style>