Shades of Medium Aquamarine #66DDA3
Tints of Medium Aquamarine #66DDA3
RGB
CMYK
RGB Variations
Color information
#66DDA3 (or 0x66DDA3) is known color: Medium Aquamarine. HEX triplet: 66, DD and A3. RGB value is (102,221,163). Sum of RGB (Red+Green+Blue) = 102+221+163=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DDA3 is #99225C. Grayscale: #B2B2B2. Windows color (decimal): -10035805 or 10739046. OLE color: 10739046.
HSL color Cylindrical-coordinate representation of color #66DDA3: hue angle of 150.76º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DDA3 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 163 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.13 |
| HSL | 150.76º | 0.64% | 0.63% | - |
| HSV(B) | 150.76º | 0.54% | 0.87% | - |
| XYZ | 37.95 | 57.18 | 43.69 | - |
| YUV | 178.81 | 119.08 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 163 | 0.54 | 0 | 0.26 | 0.13 | 150.76 | 0.64 | 0.63 |
| Hex | 66 | DD | A3 | 36 | 0 | 1A | D | 97 | 40 | 3F |
| Octal | 146 | 335 | 243 | 66 | 0 | 32 | 15 | 227 | 100 | 77 |
| Binary | 1100110 | 11011101 | 10100011 | 110110 | 0 | 11010 | 1101 | 10010111 | 1000000 | 111111 |
Color Harmonies of #66DDA3
Complementary color
Monochromatic Colors of #66DDA3
Black with #66DDA3
Text Example
Text Example
White with #66DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDA3; }
p { color: rgb(102,221,163); }
H1.HeaderClassName
{
color: #66DDA3;
}
.AnyTagClassName
{
color: #66DDA3;
}
</style>
background-color css
<style>
a { background-color: #66DDA3; }
a { background-color: rgb(102,221,163); }
div.DivClassName
{
background-color: #66DDA3;
}
.BgClassName
{
background-color: #66DDA3;
}
</style>
border-color css
<style>
span { border-color: #66DDA3; }
span { border-color: rgb(102,221,163); }
td.TdClassName
{
border-color: #66DDA3;
}
.TagClassName
{
border-color: #66DDA3;
}
</style>