Shades of Medium Aquamarine #65EEB5
Tints of Medium Aquamarine #65EEB5
RGB
CMYK
RGB Variations
Color information
#65EEB5 (or 0x65EEB5) is known color: Medium Aquamarine. HEX triplet: 65, EE and B5. RGB value is (101,238,181). Sum of RGB (Red+Green+Blue) = 101+238+181=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEB5 is #9A114A. Grayscale: #BEBEBE. Windows color (decimal): -10096971 or 11923045. OLE color: 11923045.
HSL color Cylindrical-coordinate representation of color #65EEB5: hue angle of 155.04º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEB5 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 238 | 181 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.07 |
| HSL | 155.04º | 0.8% | 0.66% | - |
| HSV(B) | 155.04º | 0.58% | 0.93% | - |
| XYZ | 44.28 | 67.25 | 54.36 | - |
| YUV | 190.54 | 122.61 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 181 | 0.58 | 0 | 0.24 | 0.07 | 155.04 | 0.8 | 0.66 |
| Hex | 65 | EE | B5 | 3A | 0 | 18 | 7 | 9B | 50 | 42 |
| Octal | 145 | 356 | 265 | 72 | 0 | 30 | 7 | 233 | 120 | 102 |
| Binary | 1100101 | 11101110 | 10110101 | 111010 | 0 | 11000 | 111 | 10011011 | 1010000 | 1000010 |
Color Harmonies of #65EEB5
Complementary color
Monochromatic Colors of #65EEB5
Black with #65EEB5
Text Example
Text Example
White with #65EEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EEB5; }
p { color: rgb(101,238,181); }
H1.HeaderClassName
{
color: #65EEB5;
}
.AnyTagClassName
{
color: #65EEB5;
}
</style>
background-color css
<style>
a { background-color: #65EEB5; }
a { background-color: rgb(101,238,181); }
div.DivClassName
{
background-color: #65EEB5;
}
.BgClassName
{
background-color: #65EEB5;
}
</style>
border-color css
<style>
span { border-color: #65EEB5; }
span { border-color: rgb(101,238,181); }
td.TdClassName
{
border-color: #65EEB5;
}
.TagClassName
{
border-color: #65EEB5;
}
</style>