Shades of Medium Aquamarine #66F1A7
Tints of Medium Aquamarine #66F1A7
RGB
CMYK
RGB Variations
Color information
#66F1A7 (or 0x66F1A7) is known color: Medium Aquamarine. HEX triplet: 66, F1 and A7. RGB value is (102,241,167). Sum of RGB (Red+Green+Blue) = 102+241+167=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F1A7 is #990E58. Grayscale: #BFBFBF. Windows color (decimal): -10030681 or 11006310. OLE color: 11006310.
HSL color Cylindrical-coordinate representation of color #66F1A7: hue angle of 148.06º 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 #66F1A7 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 241 | 167 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.05 |
| HSL | 148.06º | 0.83% | 0.67% | - |
| HSV(B) | 148.06º | 0.58% | 0.95% | - |
| XYZ | 43.91 | 68.53 | 47.47 | - |
| YUV | 191 | 114.45 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 241 | 167 | 0.58 | 0 | 0.31 | 0.05 | 148.06 | 0.83 | 0.67 |
| Hex | 66 | F1 | A7 | 3A | 0 | 1F | 5 | 94 | 53 | 43 |
| Octal | 146 | 361 | 247 | 72 | 0 | 37 | 5 | 224 | 123 | 103 |
| Binary | 1100110 | 11110001 | 10100111 | 111010 | 0 | 11111 | 101 | 10010100 | 1010011 | 1000011 |
Color Harmonies of #66F1A7
Complementary color
Monochromatic Colors of #66F1A7
Black with #66F1A7
Text Example
Text Example
White with #66F1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F1A7; }
p { color: rgb(102,241,167); }
H1.HeaderClassName
{
color: #66F1A7;
}
.AnyTagClassName
{
color: #66F1A7;
}
</style>
background-color css
<style>
a { background-color: #66F1A7; }
a { background-color: rgb(102,241,167); }
div.DivClassName
{
background-color: #66F1A7;
}
.BgClassName
{
background-color: #66F1A7;
}
</style>
border-color css
<style>
span { border-color: #66F1A7; }
span { border-color: rgb(102,241,167); }
td.TdClassName
{
border-color: #66F1A7;
}
.TagClassName
{
border-color: #66F1A7;
}
</style>