Shades of Medium Aquamarine #66DDB2
Tints of Medium Aquamarine #66DDB2
RGB
CMYK
RGB Variations
Color information
#66DDB2 (or 0x66DDB2) is known color: Medium Aquamarine. HEX triplet: 66, DD and B2. RGB value is (102,221,178). Sum of RGB (Red+Green+Blue) = 102+221+178=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DDB2 is #99224D. Grayscale: #B4B4B4. Windows color (decimal): -10035790 or 11722086. OLE color: 11722086.
HSL color Cylindrical-coordinate representation of color #66DDB2: hue angle of 158.32º 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 #66DDB2 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 178 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.13 |
| HSL | 158.32º | 0.64% | 0.63% | - |
| HSV(B) | 158.32º | 0.54% | 0.87% | - |
| XYZ | 39.37 | 57.75 | 51.19 | - |
| YUV | 180.52 | 126.58 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 178 | 0.54 | 0 | 0.19 | 0.13 | 158.32 | 0.64 | 0.63 |
| Hex | 66 | DD | B2 | 36 | 0 | 13 | D | 9E | 40 | 3F |
| Octal | 146 | 335 | 262 | 66 | 0 | 23 | 15 | 236 | 100 | 77 |
| Binary | 1100110 | 11011101 | 10110010 | 110110 | 0 | 10011 | 1101 | 10011110 | 1000000 | 111111 |
Color Harmonies of #66DDB2
Complementary color
Monochromatic Colors of #66DDB2
Black with #66DDB2
Text Example
Text Example
White with #66DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDB2; }
p { color: rgb(102,221,178); }
H1.HeaderClassName
{
color: #66DDB2;
}
.AnyTagClassName
{
color: #66DDB2;
}
</style>
background-color css
<style>
a { background-color: #66DDB2; }
a { background-color: rgb(102,221,178); }
div.DivClassName
{
background-color: #66DDB2;
}
.BgClassName
{
background-color: #66DDB2;
}
</style>
border-color css
<style>
span { border-color: #66DDB2; }
span { border-color: rgb(102,221,178); }
td.TdClassName
{
border-color: #66DDB2;
}
.TagClassName
{
border-color: #66DDB2;
}
</style>