Shades of Medium Aquamarine #66DF97
Tints of Medium Aquamarine #66DF97
RGB
CMYK
RGB Variations
Color information
#66DF97 (or 0x66DF97) is known color: Medium Aquamarine. HEX triplet: 66, DF and 97. RGB value is (102,223,151). Sum of RGB (Red+Green+Blue) = 102+223+151=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DF97 is #992068. Grayscale: #B2B2B2. Windows color (decimal): -10035305 or 9953126. OLE color: 9953126.
HSL color Cylindrical-coordinate representation of color #66DF97: hue angle of 144.3º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DF97 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 151 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.13 |
| HSL | 144.3º | 0.65% | 0.64% | - |
| HSV(B) | 144.3º | 0.54% | 0.87% | - |
| XYZ | 37.45 | 57.83 | 38.47 | - |
| YUV | 178.61 | 112.41 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 151 | 0.54 | 0 | 0.32 | 0.13 | 144.3 | 0.65 | 0.64 |
| Hex | 66 | DF | 97 | 36 | 0 | 20 | D | 90 | 41 | 40 |
| Octal | 146 | 337 | 227 | 66 | 0 | 40 | 15 | 220 | 101 | 100 |
| Binary | 1100110 | 11011111 | 10010111 | 110110 | 0 | 100000 | 1101 | 10010000 | 1000001 | 1000000 |
Color Harmonies of #66DF97
Complementary color
Monochromatic Colors of #66DF97
Black with #66DF97
Text Example
Text Example
White with #66DF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF97; }
p { color: rgb(102,223,151); }
H1.HeaderClassName
{
color: #66DF97;
}
.AnyTagClassName
{
color: #66DF97;
}
</style>
background-color css
<style>
a { background-color: #66DF97; }
a { background-color: rgb(102,223,151); }
div.DivClassName
{
background-color: #66DF97;
}
.BgClassName
{
background-color: #66DF97;
}
</style>
border-color css
<style>
span { border-color: #66DF97; }
span { border-color: rgb(102,223,151); }
td.TdClassName
{
border-color: #66DF97;
}
.TagClassName
{
border-color: #66DF97;
}
</style>