Shades of Medium Aquamarine #66DDB3
Tints of Medium Aquamarine #66DDB3
RGB
CMYK
RGB Variations
Color information
#66DDB3 (or 0x66DDB3) is known color: Medium Aquamarine. HEX triplet: 66, DD and B3. RGB value is (102,221,179). Sum of RGB (Red+Green+Blue) = 102+221+179=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDB3 is #99224C. Grayscale: #B4B4B4. Windows color (decimal): -10035789 or 11787622. OLE color: 11787622.
HSL color Cylindrical-coordinate representation of color #66DDB3: hue angle of 158.82º 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 #66DDB3 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 179 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.13 |
| HSL | 158.82º | 0.64% | 0.63% | - |
| HSV(B) | 158.82º | 0.54% | 0.87% | - |
| XYZ | 39.47 | 57.79 | 51.72 | - |
| YUV | 180.63 | 127.08 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 179 | 0.54 | 0 | 0.19 | 0.13 | 158.82 | 0.64 | 0.63 |
| Hex | 66 | DD | B3 | 36 | 0 | 13 | D | 9F | 40 | 3F |
| Octal | 146 | 335 | 263 | 66 | 0 | 23 | 15 | 237 | 100 | 77 |
| Binary | 1100110 | 11011101 | 10110011 | 110110 | 0 | 10011 | 1101 | 10011111 | 1000000 | 111111 |
Color Harmonies of #66DDB3
Complementary color
Monochromatic Colors of #66DDB3
Black with #66DDB3
Text Example
Text Example
White with #66DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDB3; }
p { color: rgb(102,221,179); }
H1.HeaderClassName
{
color: #66DDB3;
}
.AnyTagClassName
{
color: #66DDB3;
}
</style>
background-color css
<style>
a { background-color: #66DDB3; }
a { background-color: rgb(102,221,179); }
div.DivClassName
{
background-color: #66DDB3;
}
.BgClassName
{
background-color: #66DDB3;
}
</style>
border-color css
<style>
span { border-color: #66DDB3; }
span { border-color: rgb(102,221,179); }
td.TdClassName
{
border-color: #66DDB3;
}
.TagClassName
{
border-color: #66DDB3;
}
</style>