Shades of Medium Aquamarine #65DFAB
Tints of Medium Aquamarine #65DFAB
RGB
CMYK
RGB Variations
Color information
#65DFAB (or 0x65DFAB) is known color: Medium Aquamarine. HEX triplet: 65, DF and AB. RGB value is (101,223,171). Sum of RGB (Red+Green+Blue) = 101+223+171=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DFAB is #9A2054. Grayscale: #B4B4B4. Windows color (decimal): -10100821 or 11263845. OLE color: 11263845.
HSL color Cylindrical-coordinate representation of color #65DFAB: hue angle of 154.43º 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 #65DFAB is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 171 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.13 |
| HSL | 154.43º | 0.66% | 0.64% | - |
| HSV(B) | 154.43º | 0.55% | 0.87% | - |
| XYZ | 39.11 | 58.48 | 47.76 | - |
| YUV | 180.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 171 | 0.55 | 0 | 0.23 | 0.13 | 154.43 | 0.66 | 0.64 |
| Hex | 65 | DF | AB | 37 | 0 | 17 | D | 9A | 42 | 40 |
| Octal | 145 | 337 | 253 | 67 | 0 | 27 | 15 | 232 | 102 | 100 |
| Binary | 1100101 | 11011111 | 10101011 | 110111 | 0 | 10111 | 1101 | 10011010 | 1000010 | 1000000 |
Color Harmonies of #65DFAB
Complementary color
Monochromatic Colors of #65DFAB
Black with #65DFAB
Text Example
Text Example
White with #65DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFAB; }
p { color: rgb(101,223,171); }
H1.HeaderClassName
{
color: #65DFAB;
}
.AnyTagClassName
{
color: #65DFAB;
}
</style>
background-color css
<style>
a { background-color: #65DFAB; }
a { background-color: rgb(101,223,171); }
div.DivClassName
{
background-color: #65DFAB;
}
.BgClassName
{
background-color: #65DFAB;
}
</style>
border-color css
<style>
span { border-color: #65DFAB; }
span { border-color: rgb(101,223,171); }
td.TdClassName
{
border-color: #65DFAB;
}
.TagClassName
{
border-color: #65DFAB;
}
</style>