Shades of Medium Aquamarine #66F99D
Tints of Medium Aquamarine #66F99D
RGB
CMYK
RGB Variations
Color information
#66F99D (or 0x66F99D) is known color: Medium Aquamarine. HEX triplet: 66, F9 and 9D. RGB value is (102,249,157). Sum of RGB (Red+Green+Blue) = 102+249+157=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #66F99D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F99D is #990662. Grayscale: #C2C2C2. Windows color (decimal): -10028643 or 10352998. OLE color: 10352998.
HSL color Cylindrical-coordinate representation of color #66F99D: hue angle of 142.45º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F99D is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 157 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.02 |
| HSL | 142.45º | 0.92% | 0.69% | - |
| HSV(B) | 142.45º | 0.59% | 0.98% | - |
| XYZ | 45.44 | 73.01 | 43.6 | - |
| YUV | 194.56 | 106.8 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 157 | 0.59 | 0 | 0.37 | 0.02 | 142.45 | 0.92 | 0.69 |
| Hex | 66 | F9 | 9D | 3B | 0 | 25 | 2 | 8E | 5C | 45 |
| Octal | 146 | 371 | 235 | 73 | 0 | 45 | 2 | 216 | 134 | 105 |
| Binary | 1100110 | 11111001 | 10011101 | 111011 | 0 | 100101 | 10 | 10001110 | 1011100 | 1000101 |
Color Harmonies of #66F99D
Complementary color
Monochromatic Colors of #66F99D
Black with #66F99D
Text Example
Text Example
White with #66F99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F99D; }
p { color: rgb(102,249,157); }
H1.HeaderClassName
{
color: #66F99D;
}
.AnyTagClassName
{
color: #66F99D;
}
</style>
background-color css
<style>
a { background-color: #66F99D; }
a { background-color: rgb(102,249,157); }
div.DivClassName
{
background-color: #66F99D;
}
.BgClassName
{
background-color: #66F99D;
}
</style>
border-color css
<style>
span { border-color: #66F99D; }
span { border-color: rgb(102,249,157); }
td.TdClassName
{
border-color: #66F99D;
}
.TagClassName
{
border-color: #66F99D;
}
</style>