Shades of Medium Aquamarine #65D0B5
Tints of Medium Aquamarine #65D0B5
RGB
CMYK
RGB Variations
Color information
#65D0B5 (or 0x65D0B5) is known color: Medium Aquamarine. HEX triplet: 65, D0 and B5. RGB value is (101,208,181). Sum of RGB (Red+Green+Blue) = 101+208+181=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #65D0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D0B5 is #9A2F4A. Grayscale: #ACACAC. Windows color (decimal): -10104651 or 11915365. OLE color: 11915365.
HSL color Cylindrical-coordinate representation of color #65D0B5: hue angle of 164.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65D0B5 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 181 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.18 |
| HSL | 164.86º | 0.53% | 0.61% | - |
| HSV(B) | 164.86º | 0.51% | 0.82% | - |
| XYZ | 36.26 | 51.21 | 51.69 | - |
| YUV | 172.93 | 132.55 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 181 | 0.51 | 0 | 0.13 | 0.18 | 164.86 | 0.53 | 0.61 |
| Hex | 65 | D0 | B5 | 33 | 0 | D | 12 | A5 | 35 | 3D |
| Octal | 145 | 320 | 265 | 63 | 0 | 15 | 22 | 245 | 65 | 75 |
| Binary | 1100101 | 11010000 | 10110101 | 110011 | 0 | 1101 | 10010 | 10100101 | 110101 | 111101 |
Color Harmonies of #65D0B5
Complementary color
Monochromatic Colors of #65D0B5
Black with #65D0B5
Text Example
Text Example
White with #65D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D0B5; }
p { color: rgb(101,208,181); }
H1.HeaderClassName
{
color: #65D0B5;
}
.AnyTagClassName
{
color: #65D0B5;
}
</style>
background-color css
<style>
a { background-color: #65D0B5; }
a { background-color: rgb(101,208,181); }
div.DivClassName
{
background-color: #65D0B5;
}
.BgClassName
{
background-color: #65D0B5;
}
</style>
border-color css
<style>
span { border-color: #65D0B5; }
span { border-color: rgb(101,208,181); }
td.TdClassName
{
border-color: #65D0B5;
}
.TagClassName
{
border-color: #65D0B5;
}
</style>