Shades of MediumAquamarine #66CDAA
Tints of MediumAquamarine #66CDAA
RGB
CMYK
RGB Variations
Color information
#66CDAA (or 0x66CDAA) is known color: MediumAquamarine. HEX triplet: 66, CD and AA. RGB value is (102,205,170). Sum of RGB (Red+Green+Blue) = 102+205+170=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #66CDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CDAA is #993255. Grayscale: #AAAAAA. Windows color (decimal): -10039894 or 11193702. OLE color: 11193702.
HSL color Cylindrical-coordinate representation of color #66CDAA: hue angle of 159.61º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CDAA is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
RGB | 102 | 205 | 170 | - |
CMYK | 0.50 | 0 | 0.17 | 0.20 |
HSL | 159.61º | 0.51% | 0.6% | - |
HSV(B) | 159.61º | 0.5% | 0.8% | - |
XYZ | 34.57 | 49.39 | 45.74 | - |
YUV | 170.21 | 127.88 | 79.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 205 | 170 | 0.50 | 0 | 0.17 | 0.20 | 159.61 | 0.51 | 0.6 |
Hex | 66 | CD | AA | 32 | 0 | 11 | 14 | A0 | 33 | 3C |
Octal | 146 | 315 | 252 | 62 | 0 | 21 | 24 | 240 | 63 | 74 |
Binary | 1100110 | 11001101 | 10101010 | 110010 | 0 | 10001 | 10100 | 10100000 | 110011 | 111100 |
Color Harmonies of #66CDAA
Complementary color
Monochromatic Colors of #66CDAA
Black with #66CDAA
Text Example
Text Example
White with #66CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CDAA; }
p { color: rgb(102,205,170); }
H1.HeaderClassName
{
color: #66CDAA;
}
.AnyTagClassName
{
color: #66CDAA;
}
</style>
background-color css
<style>
a { background-color: #66CDAA; }
a { background-color: rgb(102,205,170); }
div.DivClassName
{
background-color: #66CDAA;
}
.BgClassName
{
background-color: #66CDAA;
}
</style>
border-color css
<style>
span { border-color: #66CDAA; }
span { border-color: rgb(102,205,170); }
td.TdClassName
{
border-color: #66CDAA;
}
.TagClassName
{
border-color: #66CDAA;
}
</style>