Shades of Medium Aquamarine #66F1A3
Tints of Medium Aquamarine #66F1A3
RGB
CMYK
RGB Variations
Color information
#66F1A3 (or 0x66F1A3) is known color: Medium Aquamarine. HEX triplet: 66, F1 and A3. RGB value is (102,241,163). Sum of RGB (Red+Green+Blue) = 102+241+163=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F1A3 is #990E5C. Grayscale: #BEBEBE. Windows color (decimal): -10030685 or 10744166. OLE color: 10744166.
HSL color Cylindrical-coordinate representation of color #66F1A3: hue angle of 146.33º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F1A3 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 241 | 163 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.05 |
| HSL | 146.33º | 0.83% | 0.67% | - |
| HSV(B) | 146.33º | 0.58% | 0.95% | - |
| XYZ | 43.55 | 68.38 | 45.55 | - |
| YUV | 190.55 | 112.45 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 241 | 163 | 0.58 | 0 | 0.32 | 0.05 | 146.33 | 0.83 | 0.67 |
| Hex | 66 | F1 | A3 | 3A | 0 | 20 | 5 | 92 | 53 | 43 |
| Octal | 146 | 361 | 243 | 72 | 0 | 40 | 5 | 222 | 123 | 103 |
| Binary | 1100110 | 11110001 | 10100011 | 111010 | 0 | 100000 | 101 | 10010010 | 1010011 | 1000011 |
Color Harmonies of #66F1A3
Complementary color
Monochromatic Colors of #66F1A3
Black with #66F1A3
Text Example
Text Example
White with #66F1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F1A3; }
p { color: rgb(102,241,163); }
H1.HeaderClassName
{
color: #66F1A3;
}
.AnyTagClassName
{
color: #66F1A3;
}
</style>
background-color css
<style>
a { background-color: #66F1A3; }
a { background-color: rgb(102,241,163); }
div.DivClassName
{
background-color: #66F1A3;
}
.BgClassName
{
background-color: #66F1A3;
}
</style>
border-color css
<style>
span { border-color: #66F1A3; }
span { border-color: rgb(102,241,163); }
td.TdClassName
{
border-color: #66F1A3;
}
.TagClassName
{
border-color: #66F1A3;
}
</style>