Shades of Medium Aquamarine #65D8B2
Tints of Medium Aquamarine #65D8B2
RGB
CMYK
RGB Variations
Color information
#65D8B2 (or 0x65D8B2) is known color: Medium Aquamarine. HEX triplet: 65, D8 and B2. RGB value is (101,216,178). Sum of RGB (Red+Green+Blue) = 101+216+178=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #65D8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D8B2 is #9A274D. Grayscale: #B1B1B1. Windows color (decimal): -10102606 or 11720805. OLE color: 11720805.
HSL color Cylindrical-coordinate representation of color #65D8B2: hue angle of 160.17º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D8B2 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 178 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.15 |
| HSL | 160.17º | 0.6% | 0.62% | - |
| HSV(B) | 160.17º | 0.53% | 0.85% | - |
| XYZ | 37.96 | 55.09 | 50.75 | - |
| YUV | 177.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 178 | 0.53 | 0 | 0.18 | 0.15 | 160.17 | 0.6 | 0.62 |
| Hex | 65 | D8 | B2 | 35 | 0 | 12 | F | A0 | 3C | 3E |
| Octal | 145 | 330 | 262 | 65 | 0 | 22 | 17 | 240 | 74 | 76 |
| Binary | 1100101 | 11011000 | 10110010 | 110101 | 0 | 10010 | 1111 | 10100000 | 111100 | 111110 |
Color Harmonies of #65D8B2
Complementary color
Monochromatic Colors of #65D8B2
Black with #65D8B2
Text Example
Text Example
White with #65D8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D8B2; }
p { color: rgb(101,216,178); }
H1.HeaderClassName
{
color: #65D8B2;
}
.AnyTagClassName
{
color: #65D8B2;
}
</style>
background-color css
<style>
a { background-color: #65D8B2; }
a { background-color: rgb(101,216,178); }
div.DivClassName
{
background-color: #65D8B2;
}
.BgClassName
{
background-color: #65D8B2;
}
</style>
border-color css
<style>
span { border-color: #65D8B2; }
span { border-color: rgb(101,216,178); }
td.TdClassName
{
border-color: #65D8B2;
}
.TagClassName
{
border-color: #65D8B2;
}
</style>