Shades of Medium Aquamarine #66F1A8
Tints of Medium Aquamarine #66F1A8
RGB
CMYK
RGB Variations
Color information
#66F1A8 (or 0x66F1A8) is known color: Medium Aquamarine. HEX triplet: 66, F1 and A8. RGB value is (102,241,168). Sum of RGB (Red+Green+Blue) = 102+241+168=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F1A8 is #990E57. Grayscale: #BFBFBF. Windows color (decimal): -10030680 or 11071846. OLE color: 11071846.
HSL color Cylindrical-coordinate representation of color #66F1A8: hue angle of 148.49º 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 #66F1A8 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 241 | 168 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.05 |
| HSL | 148.49º | 0.83% | 0.67% | - |
| HSV(B) | 148.49º | 0.58% | 0.95% | - |
| XYZ | 44 | 68.56 | 47.96 | - |
| YUV | 191.12 | 114.95 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 241 | 168 | 0.58 | 0 | 0.30 | 0.05 | 148.49 | 0.83 | 0.67 |
| Hex | 66 | F1 | A8 | 3A | 0 | 1E | 5 | 94 | 53 | 43 |
| Octal | 146 | 361 | 250 | 72 | 0 | 36 | 5 | 224 | 123 | 103 |
| Binary | 1100110 | 11110001 | 10101000 | 111010 | 0 | 11110 | 101 | 10010100 | 1010011 | 1000011 |
Color Harmonies of #66F1A8
Complementary color
Monochromatic Colors of #66F1A8
Black with #66F1A8
Text Example
Text Example
White with #66F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F1A8; }
p { color: rgb(102,241,168); }
H1.HeaderClassName
{
color: #66F1A8;
}
.AnyTagClassName
{
color: #66F1A8;
}
</style>
background-color css
<style>
a { background-color: #66F1A8; }
a { background-color: rgb(102,241,168); }
div.DivClassName
{
background-color: #66F1A8;
}
.BgClassName
{
background-color: #66F1A8;
}
</style>
border-color css
<style>
span { border-color: #66F1A8; }
span { border-color: rgb(102,241,168); }
td.TdClassName
{
border-color: #66F1A8;
}
.TagClassName
{
border-color: #66F1A8;
}
</style>