Shades of Medium Aquamarine #66CAAD
Tints of Medium Aquamarine #66CAAD
RGB
CMYK
RGB Variations
Color information
#66CAAD (or 0x66CAAD) is known color: Medium Aquamarine. HEX triplet: 66, CA and AD. RGB value is (102,202,173). Sum of RGB (Red+Green+Blue) = 102+202+173=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CAAD is #993552. Grayscale: #A8A8A8. Windows color (decimal): -10040659 or 11389542. OLE color: 11389542.
HSL color Cylindrical-coordinate representation of color #66CAAD: hue angle of 162.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CAAD is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 173 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.21 |
| HSL | 162.6º | 0.49% | 0.6% | - |
| HSV(B) | 162.6º | 0.5% | 0.79% | - |
| XYZ | 34.14 | 48.08 | 47.02 | - |
| YUV | 168.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 173 | 0.50 | 0 | 0.14 | 0.21 | 162.6 | 0.49 | 0.6 |
| Hex | 66 | CA | AD | 32 | 0 | E | 15 | A3 | 31 | 3C |
| Octal | 146 | 312 | 255 | 62 | 0 | 16 | 25 | 243 | 61 | 74 |
| Binary | 1100110 | 11001010 | 10101101 | 110010 | 0 | 1110 | 10101 | 10100011 | 110001 | 111100 |
Color Harmonies of #66CAAD
Complementary color
Monochromatic Colors of #66CAAD
Black with #66CAAD
Text Example
Text Example
White with #66CAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CAAD; }
p { color: rgb(102,202,173); }
H1.HeaderClassName
{
color: #66CAAD;
}
.AnyTagClassName
{
color: #66CAAD;
}
</style>
background-color css
<style>
a { background-color: #66CAAD; }
a { background-color: rgb(102,202,173); }
div.DivClassName
{
background-color: #66CAAD;
}
.BgClassName
{
background-color: #66CAAD;
}
</style>
border-color css
<style>
span { border-color: #66CAAD; }
span { border-color: rgb(102,202,173); }
td.TdClassName
{
border-color: #66CAAD;
}
.TagClassName
{
border-color: #66CAAD;
}
</style>