Shades of Medium Aquamarine #66CFA3
Tints of Medium Aquamarine #66CFA3
RGB
CMYK
RGB Variations
Color information
#66CFA3 (or 0x66CFA3) is known color: Medium Aquamarine. HEX triplet: 66, CF and A3. RGB value is (102,207,163). Sum of RGB (Red+Green+Blue) = 102+207+163=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CFA3 is #99305C. Grayscale: #AAAAAA. Windows color (decimal): -10039389 or 10735462. OLE color: 10735462.
HSL color Cylindrical-coordinate representation of color #66CFA3: hue angle of 154.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CFA3 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 163 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.19 |
| HSL | 154.86º | 0.52% | 0.61% | - |
| HSV(B) | 154.86º | 0.51% | 0.81% | - |
| XYZ | 34.4 | 50.09 | 42.51 | - |
| YUV | 170.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 163 | 0.51 | 0 | 0.21 | 0.19 | 154.86 | 0.52 | 0.61 |
| Hex | 66 | CF | A3 | 33 | 0 | 15 | 13 | 9B | 34 | 3D |
| Octal | 146 | 317 | 243 | 63 | 0 | 25 | 23 | 233 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10100011 | 110011 | 0 | 10101 | 10011 | 10011011 | 110100 | 111101 |
Color Harmonies of #66CFA3
Complementary color
Monochromatic Colors of #66CFA3
Black with #66CFA3
Text Example
Text Example
White with #66CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFA3; }
p { color: rgb(102,207,163); }
H1.HeaderClassName
{
color: #66CFA3;
}
.AnyTagClassName
{
color: #66CFA3;
}
</style>
background-color css
<style>
a { background-color: #66CFA3; }
a { background-color: rgb(102,207,163); }
div.DivClassName
{
background-color: #66CFA3;
}
.BgClassName
{
background-color: #66CFA3;
}
</style>
border-color css
<style>
span { border-color: #66CFA3; }
span { border-color: rgb(102,207,163); }
td.TdClassName
{
border-color: #66CFA3;
}
.TagClassName
{
border-color: #66CFA3;
}
</style>