Shades of Medium Aquamarine #66D4AC
Tints of Medium Aquamarine #66D4AC
RGB
CMYK
RGB Variations
Color information
#66D4AC (or 0x66D4AC) is known color: Medium Aquamarine. HEX triplet: 66, D4 and AC. RGB value is (102,212,172). Sum of RGB (Red+Green+Blue) = 102+212+172=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #66D4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D4AC is #992B53. Grayscale: #AEAEAE. Windows color (decimal): -10038100 or 11326566. OLE color: 11326566.
HSL color Cylindrical-coordinate representation of color #66D4AC: hue angle of 158.18º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D4AC is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 212 | 172 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.17 |
| HSL | 158.18º | 0.56% | 0.62% | - |
| HSV(B) | 158.18º | 0.52% | 0.83% | - |
| XYZ | 36.47 | 52.89 | 47.32 | - |
| YUV | 174.55 | 126.56 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 212 | 172 | 0.52 | 0 | 0.19 | 0.17 | 158.18 | 0.56 | 0.62 |
| Hex | 66 | D4 | AC | 34 | 0 | 13 | 11 | 9E | 38 | 3E |
| Octal | 146 | 324 | 254 | 64 | 0 | 23 | 21 | 236 | 70 | 76 |
| Binary | 1100110 | 11010100 | 10101100 | 110100 | 0 | 10011 | 10001 | 10011110 | 111000 | 111110 |
Color Harmonies of #66D4AC
Complementary color
Monochromatic Colors of #66D4AC
Black with #66D4AC
Text Example
Text Example
White with #66D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D4AC; }
p { color: rgb(102,212,172); }
H1.HeaderClassName
{
color: #66D4AC;
}
.AnyTagClassName
{
color: #66D4AC;
}
</style>
background-color css
<style>
a { background-color: #66D4AC; }
a { background-color: rgb(102,212,172); }
div.DivClassName
{
background-color: #66D4AC;
}
.BgClassName
{
background-color: #66D4AC;
}
</style>
border-color css
<style>
span { border-color: #66D4AC; }
span { border-color: rgb(102,212,172); }
td.TdClassName
{
border-color: #66D4AC;
}
.TagClassName
{
border-color: #66D4AC;
}
</style>