Shades of Medium Aquamarine #66DDB0
Tints of Medium Aquamarine #66DDB0
RGB
CMYK
RGB Variations
Color information
#66DDB0 (or 0x66DDB0) is known color: Medium Aquamarine. HEX triplet: 66, DD and B0. RGB value is (102,221,176). Sum of RGB (Red+Green+Blue) = 102+221+176=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DDB0 is #99224F. Grayscale: #B4B4B4. Windows color (decimal): -10035792 or 11591014. OLE color: 11591014.
HSL color Cylindrical-coordinate representation of color #66DDB0: hue angle of 157.31º 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 #66DDB0 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 176 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.13 |
| HSL | 157.31º | 0.64% | 0.63% | - |
| HSV(B) | 157.31º | 0.54% | 0.87% | - |
| XYZ | 39.17 | 57.67 | 50.14 | - |
| YUV | 180.29 | 125.58 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 176 | 0.54 | 0 | 0.20 | 0.13 | 157.31 | 0.64 | 0.63 |
| Hex | 66 | DD | B0 | 36 | 0 | 14 | D | 9D | 40 | 3F |
| Octal | 146 | 335 | 260 | 66 | 0 | 24 | 15 | 235 | 100 | 77 |
| Binary | 1100110 | 11011101 | 10110000 | 110110 | 0 | 10100 | 1101 | 10011101 | 1000000 | 111111 |
Color Harmonies of #66DDB0
Complementary color
Monochromatic Colors of #66DDB0
Black with #66DDB0
Text Example
Text Example
White with #66DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDB0; }
p { color: rgb(102,221,176); }
H1.HeaderClassName
{
color: #66DDB0;
}
.AnyTagClassName
{
color: #66DDB0;
}
</style>
background-color css
<style>
a { background-color: #66DDB0; }
a { background-color: rgb(102,221,176); }
div.DivClassName
{
background-color: #66DDB0;
}
.BgClassName
{
background-color: #66DDB0;
}
</style>
border-color css
<style>
span { border-color: #66DDB0; }
span { border-color: rgb(102,221,176); }
td.TdClassName
{
border-color: #66DDB0;
}
.TagClassName
{
border-color: #66DDB0;
}
</style>