Shades of Medium Aquamarine #65D0AF
Tints of Medium Aquamarine #65D0AF
RGB
CMYK
RGB Variations
Color information
#65D0AF (or 0x65D0AF) is known color: Medium Aquamarine. HEX triplet: 65, D0 and AF. RGB value is (101,208,175). Sum of RGB (Red+Green+Blue) = 101+208+175=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #65D0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D0AF is #9A2F50. Grayscale: #ACACAC. Windows color (decimal): -10104657 or 11522149. OLE color: 11522149.
HSL color Cylindrical-coordinate representation of color #65D0AF: hue angle of 161.5º 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 #65D0AF is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 175 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.18 |
| HSL | 161.5º | 0.53% | 0.61% | - |
| HSV(B) | 161.5º | 0.51% | 0.82% | - |
| XYZ | 35.66 | 50.97 | 48.52 | - |
| YUV | 172.25 | 129.55 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 175 | 0.51 | 0 | 0.16 | 0.18 | 161.5 | 0.53 | 0.61 |
| Hex | 65 | D0 | AF | 33 | 0 | 10 | 12 | A1 | 35 | 3D |
| Octal | 145 | 320 | 257 | 63 | 0 | 20 | 22 | 241 | 65 | 75 |
| Binary | 1100101 | 11010000 | 10101111 | 110011 | 0 | 10000 | 10010 | 10100001 | 110101 | 111101 |
Color Harmonies of #65D0AF
Complementary color
Monochromatic Colors of #65D0AF
Black with #65D0AF
Text Example
Text Example
White with #65D0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D0AF; }
p { color: rgb(101,208,175); }
H1.HeaderClassName
{
color: #65D0AF;
}
.AnyTagClassName
{
color: #65D0AF;
}
</style>
background-color css
<style>
a { background-color: #65D0AF; }
a { background-color: rgb(101,208,175); }
div.DivClassName
{
background-color: #65D0AF;
}
.BgClassName
{
background-color: #65D0AF;
}
</style>
border-color css
<style>
span { border-color: #65D0AF; }
span { border-color: rgb(101,208,175); }
td.TdClassName
{
border-color: #65D0AF;
}
.TagClassName
{
border-color: #65D0AF;
}
</style>