Shades of Medium Aquamarine #66DBB4
Tints of Medium Aquamarine #66DBB4
RGB
CMYK
RGB Variations
Color information
#66DBB4 (or 0x66DBB4) is known color: Medium Aquamarine. HEX triplet: 66, DB and B4. RGB value is (102,219,180). Sum of RGB (Red+Green+Blue) = 102+219+180=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBB4 is #99244B. Grayscale: #B3B3B3. Windows color (decimal): -10036300 or 11852646. OLE color: 11852646.
HSL color Cylindrical-coordinate representation of color #66DBB4: hue angle of 160º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DBB4 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 180 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.14 |
| HSL | 160º | 0.62% | 0.63% | - |
| HSV(B) | 160º | 0.53% | 0.86% | - |
| XYZ | 39.05 | 56.78 | 52.08 | - |
| YUV | 179.57 | 128.24 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 180 | 0.53 | 0 | 0.18 | 0.14 | 160 | 0.62 | 0.63 |
| Hex | 66 | DB | B4 | 35 | 0 | 12 | E | A0 | 3E | 3F |
| Octal | 146 | 333 | 264 | 65 | 0 | 22 | 16 | 240 | 76 | 77 |
| Binary | 1100110 | 11011011 | 10110100 | 110101 | 0 | 10010 | 1110 | 10100000 | 111110 | 111111 |
Color Harmonies of #66DBB4
Complementary color
Monochromatic Colors of #66DBB4
Black with #66DBB4
Text Example
Text Example
White with #66DBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBB4; }
p { color: rgb(102,219,180); }
H1.HeaderClassName
{
color: #66DBB4;
}
.AnyTagClassName
{
color: #66DBB4;
}
</style>
background-color css
<style>
a { background-color: #66DBB4; }
a { background-color: rgb(102,219,180); }
div.DivClassName
{
background-color: #66DBB4;
}
.BgClassName
{
background-color: #66DBB4;
}
</style>
border-color css
<style>
span { border-color: #66DBB4; }
span { border-color: rgb(102,219,180); }
td.TdClassName
{
border-color: #66DBB4;
}
.TagClassName
{
border-color: #66DBB4;
}
</style>