Shades of Medium Aquamarine #65DFAE
Tints of Medium Aquamarine #65DFAE
RGB
CMYK
RGB Variations
Color information
#65DFAE (or 0x65DFAE) is known color: Medium Aquamarine. HEX triplet: 65, DF and AE. RGB value is (101,223,174). Sum of RGB (Red+Green+Blue) = 101+223+174=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DFAE is #9A2051. Grayscale: #B5B5B5. Windows color (decimal): -10100818 or 11460453. OLE color: 11460453.
HSL color Cylindrical-coordinate representation of color #65DFAE: hue angle of 155.9º 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 #65DFAE is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 174 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.13 |
| HSL | 155.9º | 0.66% | 0.64% | - |
| HSV(B) | 155.9º | 0.55% | 0.87% | - |
| XYZ | 39.39 | 58.6 | 49.28 | - |
| YUV | 180.94 | 124.08 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 174 | 0.55 | 0 | 0.22 | 0.13 | 155.9 | 0.66 | 0.64 |
| Hex | 65 | DF | AE | 37 | 0 | 16 | D | 9C | 42 | 40 |
| Octal | 145 | 337 | 256 | 67 | 0 | 26 | 15 | 234 | 102 | 100 |
| Binary | 1100101 | 11011111 | 10101110 | 110111 | 0 | 10110 | 1101 | 10011100 | 1000010 | 1000000 |
Color Harmonies of #65DFAE
Complementary color
Monochromatic Colors of #65DFAE
Black with #65DFAE
Text Example
Text Example
White with #65DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFAE; }
p { color: rgb(101,223,174); }
H1.HeaderClassName
{
color: #65DFAE;
}
.AnyTagClassName
{
color: #65DFAE;
}
</style>
background-color css
<style>
a { background-color: #65DFAE; }
a { background-color: rgb(101,223,174); }
div.DivClassName
{
background-color: #65DFAE;
}
.BgClassName
{
background-color: #65DFAE;
}
</style>
border-color css
<style>
span { border-color: #65DFAE; }
span { border-color: rgb(101,223,174); }
td.TdClassName
{
border-color: #65DFAE;
}
.TagClassName
{
border-color: #65DFAE;
}
</style>