Shades of Medium Aquamarine #66F89D
Tints of Medium Aquamarine #66F89D
RGB
CMYK
RGB Variations
Color information
#66F89D (or 0x66F89D) is known color: Medium Aquamarine. HEX triplet: 66, F8 and 9D. RGB value is (102,248,157). Sum of RGB (Red+Green+Blue) = 102+248+157=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #66F89D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F89D is #990762. Grayscale: #C2C2C2. Windows color (decimal): -10028899 or 10352742. OLE color: 10352742.
HSL color Cylindrical-coordinate representation of color #66F89D: hue angle of 142.6º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F89D is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 248 | 157 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.03 |
| HSL | 142.6º | 0.91% | 0.69% | - |
| HSV(B) | 142.6º | 0.59% | 0.97% | - |
| XYZ | 45.13 | 72.39 | 43.49 | - |
| YUV | 193.97 | 107.13 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 248 | 157 | 0.59 | 0 | 0.37 | 0.03 | 142.6 | 0.91 | 0.69 |
| Hex | 66 | F8 | 9D | 3B | 0 | 25 | 3 | 8F | 5B | 45 |
| Octal | 146 | 370 | 235 | 73 | 0 | 45 | 3 | 217 | 133 | 105 |
| Binary | 1100110 | 11111000 | 10011101 | 111011 | 0 | 100101 | 11 | 10001111 | 1011011 | 1000101 |
Color Harmonies of #66F89D
Complementary color
Monochromatic Colors of #66F89D
Black with #66F89D
Text Example
Text Example
White with #66F89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F89D; }
p { color: rgb(102,248,157); }
H1.HeaderClassName
{
color: #66F89D;
}
.AnyTagClassName
{
color: #66F89D;
}
</style>
background-color css
<style>
a { background-color: #66F89D; }
a { background-color: rgb(102,248,157); }
div.DivClassName
{
background-color: #66F89D;
}
.BgClassName
{
background-color: #66F89D;
}
</style>
border-color css
<style>
span { border-color: #66F89D; }
span { border-color: rgb(102,248,157); }
td.TdClassName
{
border-color: #66F89D;
}
.TagClassName
{
border-color: #66F89D;
}
</style>