Shades of Medium Aquamarine #66F69A
Tints of Medium Aquamarine #66F69A
RGB
CMYK
RGB Variations
Color information
#66F69A (or 0x66F69A) is known color: Medium Aquamarine. HEX triplet: 66, F6 and 9A. RGB value is (102,246,154). Sum of RGB (Red+Green+Blue) = 102+246+154=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #66F69A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F69A is #990965. Grayscale: #C0C0C0. Windows color (decimal): -10029414 or 10155622. OLE color: 10155622.
HSL color Cylindrical-coordinate representation of color #66F69A: hue angle of 141.67º 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 #66F69A is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 246 | 154 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.04 |
| HSL | 141.67º | 0.89% | 0.68% | - |
| HSV(B) | 141.67º | 0.59% | 0.96% | - |
| XYZ | 44.27 | 71.07 | 41.96 | - |
| YUV | 192.46 | 106.29 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 246 | 154 | 0.59 | 0 | 0.37 | 0.04 | 141.67 | 0.89 | 0.68 |
| Hex | 66 | F6 | 9A | 3B | 0 | 25 | 4 | 8E | 59 | 44 |
| Octal | 146 | 366 | 232 | 73 | 0 | 45 | 4 | 216 | 131 | 104 |
| Binary | 1100110 | 11110110 | 10011010 | 111011 | 0 | 100101 | 100 | 10001110 | 1011001 | 1000100 |
Color Harmonies of #66F69A
Complementary color
Monochromatic Colors of #66F69A
Black with #66F69A
Text Example
Text Example
White with #66F69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F69A; }
p { color: rgb(102,246,154); }
H1.HeaderClassName
{
color: #66F69A;
}
.AnyTagClassName
{
color: #66F69A;
}
</style>
background-color css
<style>
a { background-color: #66F69A; }
a { background-color: rgb(102,246,154); }
div.DivClassName
{
background-color: #66F69A;
}
.BgClassName
{
background-color: #66F69A;
}
</style>
border-color css
<style>
span { border-color: #66F69A; }
span { border-color: rgb(102,246,154); }
td.TdClassName
{
border-color: #66F69A;
}
.TagClassName
{
border-color: #66F69A;
}
</style>