Shades of Medium Aquamarine #65DF9A
Tints of Medium Aquamarine #65DF9A
RGB
CMYK
RGB Variations
Color information
#65DF9A (or 0x65DF9A) is known color: Medium Aquamarine. HEX triplet: 65, DF and 9A. RGB value is (101,223,154). Sum of RGB (Red+Green+Blue) = 101+223+154=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DF9A is #9A2065. Grayscale: #B2B2B2. Windows color (decimal): -10100838 or 10149733. OLE color: 10149733.
HSL color Cylindrical-coordinate representation of color #65DF9A: hue angle of 146.07º 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 #65DF9A is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 154 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.13 |
| HSL | 146.07º | 0.66% | 0.64% | - |
| HSV(B) | 146.07º | 0.55% | 0.87% | - |
| XYZ | 37.59 | 57.88 | 39.76 | - |
| YUV | 178.66 | 114.08 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 154 | 0.55 | 0 | 0.31 | 0.13 | 146.07 | 0.66 | 0.64 |
| Hex | 65 | DF | 9A | 37 | 0 | 1F | D | 92 | 42 | 40 |
| Octal | 145 | 337 | 232 | 67 | 0 | 37 | 15 | 222 | 102 | 100 |
| Binary | 1100101 | 11011111 | 10011010 | 110111 | 0 | 11111 | 1101 | 10010010 | 1000010 | 1000000 |
Color Harmonies of #65DF9A
Complementary color
Monochromatic Colors of #65DF9A
Black with #65DF9A
Text Example
Text Example
White with #65DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF9A; }
p { color: rgb(101,223,154); }
H1.HeaderClassName
{
color: #65DF9A;
}
.AnyTagClassName
{
color: #65DF9A;
}
</style>
background-color css
<style>
a { background-color: #65DF9A; }
a { background-color: rgb(101,223,154); }
div.DivClassName
{
background-color: #65DF9A;
}
.BgClassName
{
background-color: #65DF9A;
}
</style>
border-color css
<style>
span { border-color: #65DF9A; }
span { border-color: rgb(101,223,154); }
td.TdClassName
{
border-color: #65DF9A;
}
.TagClassName
{
border-color: #65DF9A;
}
</style>