Shades of Medium Aquamarine #66F0A4
Tints of Medium Aquamarine #66F0A4
RGB
CMYK
RGB Variations
Color information
#66F0A4 (or 0x66F0A4) is known color: Medium Aquamarine. HEX triplet: 66, F0 and A4. RGB value is (102,240,164). Sum of RGB (Red+Green+Blue) = 102+240+164=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F0A4 is #990F5B. Grayscale: #BEBEBE. Windows color (decimal): -10030940 or 10809446. OLE color: 10809446.
HSL color Cylindrical-coordinate representation of color #66F0A4: hue angle of 146.96º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F0A4 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 164 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.06 |
| HSL | 146.96º | 0.82% | 0.67% | - |
| HSV(B) | 146.96º | 0.58% | 0.94% | - |
| XYZ | 43.34 | 67.83 | 45.93 | - |
| YUV | 190.07 | 113.28 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 164 | 0.58 | 0 | 0.32 | 0.06 | 146.96 | 0.82 | 0.67 |
| Hex | 66 | F0 | A4 | 3A | 0 | 20 | 6 | 93 | 52 | 43 |
| Octal | 146 | 360 | 244 | 72 | 0 | 40 | 6 | 223 | 122 | 103 |
| Binary | 1100110 | 11110000 | 10100100 | 111010 | 0 | 100000 | 110 | 10010011 | 1010010 | 1000011 |
Color Harmonies of #66F0A4
Complementary color
Monochromatic Colors of #66F0A4
Black with #66F0A4
Text Example
Text Example
White with #66F0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0A4; }
p { color: rgb(102,240,164); }
H1.HeaderClassName
{
color: #66F0A4;
}
.AnyTagClassName
{
color: #66F0A4;
}
</style>
background-color css
<style>
a { background-color: #66F0A4; }
a { background-color: rgb(102,240,164); }
div.DivClassName
{
background-color: #66F0A4;
}
.BgClassName
{
background-color: #66F0A4;
}
</style>
border-color css
<style>
span { border-color: #66F0A4; }
span { border-color: rgb(102,240,164); }
td.TdClassName
{
border-color: #66F0A4;
}
.TagClassName
{
border-color: #66F0A4;
}
</style>