Shades of Medium Aquamarine #66D5AC
Tints of Medium Aquamarine #66D5AC
RGB
CMYK
RGB Variations
Color information
#66D5AC (or 0x66D5AC) is known color: Medium Aquamarine. HEX triplet: 66, D5 and AC. RGB value is (102,213,172). Sum of RGB (Red+Green+Blue) = 102+213+172=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #66D5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D5AC is #992A53. Grayscale: #AFAFAF. Windows color (decimal): -10037844 or 11326822. OLE color: 11326822.
HSL color Cylindrical-coordinate representation of color #66D5AC: hue angle of 157.84º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D5AC is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 172 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.16 |
| HSL | 157.84º | 0.57% | 0.62% | - |
| HSV(B) | 157.84º | 0.52% | 0.84% | - |
| XYZ | 36.72 | 53.39 | 47.4 | - |
| YUV | 175.14 | 126.23 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 172 | 0.52 | 0 | 0.19 | 0.16 | 157.84 | 0.57 | 0.62 |
| Hex | 66 | D5 | AC | 34 | 0 | 13 | 10 | 9E | 39 | 3E |
| Octal | 146 | 325 | 254 | 64 | 0 | 23 | 20 | 236 | 71 | 76 |
| Binary | 1100110 | 11010101 | 10101100 | 110100 | 0 | 10011 | 10000 | 10011110 | 111001 | 111110 |
Color Harmonies of #66D5AC
Complementary color
Monochromatic Colors of #66D5AC
Black with #66D5AC
Text Example
Text Example
White with #66D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D5AC; }
p { color: rgb(102,213,172); }
H1.HeaderClassName
{
color: #66D5AC;
}
.AnyTagClassName
{
color: #66D5AC;
}
</style>
background-color css
<style>
a { background-color: #66D5AC; }
a { background-color: rgb(102,213,172); }
div.DivClassName
{
background-color: #66D5AC;
}
.BgClassName
{
background-color: #66D5AC;
}
</style>
border-color css
<style>
span { border-color: #66D5AC; }
span { border-color: rgb(102,213,172); }
td.TdClassName
{
border-color: #66D5AC;
}
.TagClassName
{
border-color: #66D5AC;
}
</style>