Shades of Medium Aquamarine #66DFAB
Tints of Medium Aquamarine #66DFAB
RGB
CMYK
RGB Variations
Color information
#66DFAB (or 0x66DFAB) is known color: Medium Aquamarine. HEX triplet: 66, DF and AB. RGB value is (102,223,171). Sum of RGB (Red+Green+Blue) = 102+223+171=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DFAB is #992054. Grayscale: #B4B4B4. Windows color (decimal): -10035285 or 11263846. OLE color: 11263846.
HSL color Cylindrical-coordinate representation of color #66DFAB: hue angle of 154.21º 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 #66DFAB is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 171 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.13 |
| HSL | 154.21º | 0.65% | 0.64% | - |
| HSV(B) | 154.21º | 0.54% | 0.87% | - |
| XYZ | 39.22 | 58.54 | 47.76 | - |
| YUV | 180.89 | 122.41 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 171 | 0.54 | 0 | 0.23 | 0.13 | 154.21 | 0.65 | 0.64 |
| Hex | 66 | DF | AB | 36 | 0 | 17 | D | 9A | 41 | 40 |
| Octal | 146 | 337 | 253 | 66 | 0 | 27 | 15 | 232 | 101 | 100 |
| Binary | 1100110 | 11011111 | 10101011 | 110110 | 0 | 10111 | 1101 | 10011010 | 1000001 | 1000000 |
Color Harmonies of #66DFAB
Complementary color
Monochromatic Colors of #66DFAB
Black with #66DFAB
Text Example
Text Example
White with #66DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DFAB; }
p { color: rgb(102,223,171); }
H1.HeaderClassName
{
color: #66DFAB;
}
.AnyTagClassName
{
color: #66DFAB;
}
</style>
background-color css
<style>
a { background-color: #66DFAB; }
a { background-color: rgb(102,223,171); }
div.DivClassName
{
background-color: #66DFAB;
}
.BgClassName
{
background-color: #66DFAB;
}
</style>
border-color css
<style>
span { border-color: #66DFAB; }
span { border-color: rgb(102,223,171); }
td.TdClassName
{
border-color: #66DFAB;
}
.TagClassName
{
border-color: #66DFAB;
}
</style>