Shades of Medium Aquamarine #65DFB5
Tints of Medium Aquamarine #65DFB5
RGB
CMYK
RGB Variations
Color information
#65DFB5 (or 0x65DFB5) is known color: Medium Aquamarine. HEX triplet: 65, DF and B5. RGB value is (101,223,181). Sum of RGB (Red+Green+Blue) = 101+223+181=505 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFB5 is #9A204A. Grayscale: #B5B5B5. Windows color (decimal): -10100811 or 11919205. OLE color: 11919205.
HSL color Cylindrical-coordinate representation of color #65DFB5: hue angle of 159.34º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFB5 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 181 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.13 |
| HSL | 159.34º | 0.66% | 0.64% | - |
| HSV(B) | 159.34º | 0.55% | 0.87% | - |
| XYZ | 40.09 | 58.88 | 52.97 | - |
| YUV | 181.73 | 127.58 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 181 | 0.55 | 0 | 0.19 | 0.13 | 159.34 | 0.66 | 0.64 |
| Hex | 65 | DF | B5 | 37 | 0 | 13 | D | 9F | 42 | 40 |
| Octal | 145 | 337 | 265 | 67 | 0 | 23 | 15 | 237 | 102 | 100 |
| Binary | 1100101 | 11011111 | 10110101 | 110111 | 0 | 10011 | 1101 | 10011111 | 1000010 | 1000000 |
Color Harmonies of #65DFB5
Complementary color
Monochromatic Colors of #65DFB5
Black with #65DFB5
Text Example
Text Example
White with #65DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFB5; }
p { color: rgb(101,223,181); }
H1.HeaderClassName
{
color: #65DFB5;
}
.AnyTagClassName
{
color: #65DFB5;
}
</style>
background-color css
<style>
a { background-color: #65DFB5; }
a { background-color: rgb(101,223,181); }
div.DivClassName
{
background-color: #65DFB5;
}
.BgClassName
{
background-color: #65DFB5;
}
</style>
border-color css
<style>
span { border-color: #65DFB5; }
span { border-color: rgb(101,223,181); }
td.TdClassName
{
border-color: #65DFB5;
}
.TagClassName
{
border-color: #65DFB5;
}
</style>