Shades of Medium Aquamarine #66DF9F
Tints of Medium Aquamarine #66DF9F
RGB
CMYK
RGB Variations
Color information
#66DF9F (or 0x66DF9F) is known color: Medium Aquamarine. HEX triplet: 66, DF and 9F. RGB value is (102,223,159). Sum of RGB (Red+Green+Blue) = 102+223+159=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DF9F is #992060. Grayscale: #B3B3B3. Windows color (decimal): -10035297 or 10477414. OLE color: 10477414.
HSL color Cylindrical-coordinate representation of color #66DF9F: hue angle of 148.26º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DF9F is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 159 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.13 |
| HSL | 148.26º | 0.65% | 0.64% | - |
| HSV(B) | 148.26º | 0.54% | 0.87% | - |
| XYZ | 38.13 | 58.1 | 42.01 | - |
| YUV | 179.53 | 116.41 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 159 | 0.54 | 0 | 0.29 | 0.13 | 148.26 | 0.65 | 0.64 |
| Hex | 66 | DF | 9F | 36 | 0 | 1D | D | 94 | 41 | 40 |
| Octal | 146 | 337 | 237 | 66 | 0 | 35 | 15 | 224 | 101 | 100 |
| Binary | 1100110 | 11011111 | 10011111 | 110110 | 0 | 11101 | 1101 | 10010100 | 1000001 | 1000000 |
Color Harmonies of #66DF9F
Complementary color
Monochromatic Colors of #66DF9F
Black with #66DF9F
Text Example
Text Example
White with #66DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF9F; }
p { color: rgb(102,223,159); }
H1.HeaderClassName
{
color: #66DF9F;
}
.AnyTagClassName
{
color: #66DF9F;
}
</style>
background-color css
<style>
a { background-color: #66DF9F; }
a { background-color: rgb(102,223,159); }
div.DivClassName
{
background-color: #66DF9F;
}
.BgClassName
{
background-color: #66DF9F;
}
</style>
border-color css
<style>
span { border-color: #66DF9F; }
span { border-color: rgb(102,223,159); }
td.TdClassName
{
border-color: #66DF9F;
}
.TagClassName
{
border-color: #66DF9F;
}
</style>