Shades of Medium Aquamarine #66CAA3
Tints of Medium Aquamarine #66CAA3
RGB
CMYK
RGB Variations
Color information
#66CAA3 (or 0x66CAA3) is known color: Medium Aquamarine. HEX triplet: 66, CA and A3. RGB value is (102,202,163). Sum of RGB (Red+Green+Blue) = 102+202+163=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CAA3 is #99355C. Grayscale: #A7A7A7. Windows color (decimal): -10040669 or 10734182. OLE color: 10734182.
HSL color Cylindrical-coordinate representation of color #66CAA3: hue angle of 156.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 #66CAA3 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 163 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.21 |
| HSL | 156.6º | 0.49% | 0.6% | - |
| HSV(B) | 156.6º | 0.5% | 0.79% | - |
| XYZ | 33.21 | 47.71 | 42.11 | - |
| YUV | 167.65 | 125.37 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 163 | 0.50 | 0 | 0.19 | 0.21 | 156.6 | 0.49 | 0.6 |
| Hex | 66 | CA | A3 | 32 | 0 | 13 | 15 | 9D | 31 | 3C |
| Octal | 146 | 312 | 243 | 62 | 0 | 23 | 25 | 235 | 61 | 74 |
| Binary | 1100110 | 11001010 | 10100011 | 110010 | 0 | 10011 | 10101 | 10011101 | 110001 | 111100 |
Color Harmonies of #66CAA3
Complementary color
Monochromatic Colors of #66CAA3
Black with #66CAA3
Text Example
Text Example
White with #66CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CAA3; }
p { color: rgb(102,202,163); }
H1.HeaderClassName
{
color: #66CAA3;
}
.AnyTagClassName
{
color: #66CAA3;
}
</style>
background-color css
<style>
a { background-color: #66CAA3; }
a { background-color: rgb(102,202,163); }
div.DivClassName
{
background-color: #66CAA3;
}
.BgClassName
{
background-color: #66CAA3;
}
</style>
border-color css
<style>
span { border-color: #66CAA3; }
span { border-color: rgb(102,202,163); }
td.TdClassName
{
border-color: #66CAA3;
}
.TagClassName
{
border-color: #66CAA3;
}
</style>