Shades of Medium Aquamarine #66DFB2
Tints of Medium Aquamarine #66DFB2
RGB
CMYK
RGB Variations
Color information
#66DFB2 (or 0x66DFB2) is known color: Medium Aquamarine. HEX triplet: 66, DF and B2. RGB value is (102,223,178). Sum of RGB (Red+Green+Blue) = 102+223+178=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DFB2 is #99204D. Grayscale: #B5B5B5. Windows color (decimal): -10035278 or 11722598. OLE color: 11722598.
HSL color Cylindrical-coordinate representation of color #66DFB2: hue angle of 157.69º 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 #66DFB2 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 178 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.13 |
| HSL | 157.69º | 0.65% | 0.64% | - |
| HSV(B) | 157.69º | 0.54% | 0.87% | - |
| XYZ | 39.9 | 58.81 | 51.37 | - |
| YUV | 181.69 | 125.91 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 178 | 0.54 | 0 | 0.20 | 0.13 | 157.69 | 0.65 | 0.64 |
| Hex | 66 | DF | B2 | 36 | 0 | 14 | D | 9E | 41 | 40 |
| Octal | 146 | 337 | 262 | 66 | 0 | 24 | 15 | 236 | 101 | 100 |
| Binary | 1100110 | 11011111 | 10110010 | 110110 | 0 | 10100 | 1101 | 10011110 | 1000001 | 1000000 |
Color Harmonies of #66DFB2
Complementary color
Monochromatic Colors of #66DFB2
Black with #66DFB2
Text Example
Text Example
White with #66DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DFB2; }
p { color: rgb(102,223,178); }
H1.HeaderClassName
{
color: #66DFB2;
}
.AnyTagClassName
{
color: #66DFB2;
}
</style>
background-color css
<style>
a { background-color: #66DFB2; }
a { background-color: rgb(102,223,178); }
div.DivClassName
{
background-color: #66DFB2;
}
.BgClassName
{
background-color: #66DFB2;
}
</style>
border-color css
<style>
span { border-color: #66DFB2; }
span { border-color: rgb(102,223,178); }
td.TdClassName
{
border-color: #66DFB2;
}
.TagClassName
{
border-color: #66DFB2;
}
</style>