Shades of Medium Aquamarine #66D9B0
Tints of Medium Aquamarine #66D9B0
RGB
CMYK
RGB Variations
Color information
#66D9B0 (or 0x66D9B0) is known color: Medium Aquamarine. HEX triplet: 66, D9 and B0. RGB value is (102,217,176). Sum of RGB (Red+Green+Blue) = 102+217+176=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D9B0 is #99264F. Grayscale: #B1B1B1. Windows color (decimal): -10036816 or 11589990. OLE color: 11589990.
HSL color Cylindrical-coordinate representation of color #66D9B0: hue angle of 158.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D9B0 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 176 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.15 |
| HSL | 158.61º | 0.6% | 0.63% | - |
| HSV(B) | 158.61º | 0.53% | 0.85% | - |
| XYZ | 38.13 | 55.59 | 49.79 | - |
| YUV | 177.94 | 126.9 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 176 | 0.53 | 0 | 0.19 | 0.15 | 158.61 | 0.6 | 0.63 |
| Hex | 66 | D9 | B0 | 35 | 0 | 13 | F | 9F | 3C | 3F |
| Octal | 146 | 331 | 260 | 65 | 0 | 23 | 17 | 237 | 74 | 77 |
| Binary | 1100110 | 11011001 | 10110000 | 110101 | 0 | 10011 | 1111 | 10011111 | 111100 | 111111 |
Color Harmonies of #66D9B0
Complementary color
Monochromatic Colors of #66D9B0
Black with #66D9B0
Text Example
Text Example
White with #66D9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D9B0; }
p { color: rgb(102,217,176); }
H1.HeaderClassName
{
color: #66D9B0;
}
.AnyTagClassName
{
color: #66D9B0;
}
</style>
background-color css
<style>
a { background-color: #66D9B0; }
a { background-color: rgb(102,217,176); }
div.DivClassName
{
background-color: #66D9B0;
}
.BgClassName
{
background-color: #66D9B0;
}
</style>
border-color css
<style>
span { border-color: #66D9B0; }
span { border-color: rgb(102,217,176); }
td.TdClassName
{
border-color: #66D9B0;
}
.TagClassName
{
border-color: #66D9B0;
}
</style>