Shades of Medium Aquamarine #66F69C
Tints of Medium Aquamarine #66F69C
RGB
CMYK
RGB Variations
Color information
#66F69C (or 0x66F69C) is known color: Medium Aquamarine. HEX triplet: 66, F6 and 9C. RGB value is (102,246,156). Sum of RGB (Red+Green+Blue) = 102+246+156=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #66F69C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F69C is #990963. Grayscale: #C0C0C0. Windows color (decimal): -10029412 or 10286694. OLE color: 10286694.
HSL color Cylindrical-coordinate representation of color #66F69C: hue angle of 142.5º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F69C is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 246 | 156 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.04 |
| HSL | 142.5º | 0.89% | 0.68% | - |
| HSV(B) | 142.5º | 0.59% | 0.96% | - |
| XYZ | 44.44 | 71.14 | 42.84 | - |
| YUV | 192.68 | 107.29 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 246 | 156 | 0.59 | 0 | 0.37 | 0.04 | 142.5 | 0.89 | 0.68 |
| Hex | 66 | F6 | 9C | 3B | 0 | 25 | 4 | 8E | 59 | 44 |
| Octal | 146 | 366 | 234 | 73 | 0 | 45 | 4 | 216 | 131 | 104 |
| Binary | 1100110 | 11110110 | 10011100 | 111011 | 0 | 100101 | 100 | 10001110 | 1011001 | 1000100 |
Color Harmonies of #66F69C
Complementary color
Monochromatic Colors of #66F69C
Black with #66F69C
Text Example
Text Example
White with #66F69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F69C; }
p { color: rgb(102,246,156); }
H1.HeaderClassName
{
color: #66F69C;
}
.AnyTagClassName
{
color: #66F69C;
}
</style>
background-color css
<style>
a { background-color: #66F69C; }
a { background-color: rgb(102,246,156); }
div.DivClassName
{
background-color: #66F69C;
}
.BgClassName
{
background-color: #66F69C;
}
</style>
border-color css
<style>
span { border-color: #66F69C; }
span { border-color: rgb(102,246,156); }
td.TdClassName
{
border-color: #66F69C;
}
.TagClassName
{
border-color: #66F69C;
}
</style>