Shades of Medium Aquamarine #66FB9D
Tints of Medium Aquamarine #66FB9D
RGB
CMYK
RGB Variations
Color information
#66FB9D (or 0x66FB9D) is known color: Medium Aquamarine. HEX triplet: 66, FB and 9D. RGB value is (102,251,157). Sum of RGB (Red+Green+Blue) = 102+251+157=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #66FB9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FB9D is #990462. Grayscale: #C3C3C3. Windows color (decimal): -10028131 or 10353510. OLE color: 10353510.
HSL color Cylindrical-coordinate representation of color #66FB9D: hue angle of 142.15º degrees, saturation: 0.95, 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 #66FB9D is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 251 | 157 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.02 |
| HSL | 142.15º | 0.95% | 0.69% | - |
| HSV(B) | 142.15º | 0.59% | 0.98% | - |
| XYZ | 46.06 | 74.25 | 43.8 | - |
| YUV | 195.73 | 106.14 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 251 | 157 | 0.59 | 0 | 0.37 | 0.02 | 142.15 | 0.95 | 0.69 |
| Hex | 66 | FB | 9D | 3B | 0 | 25 | 2 | 8E | 5F | 45 |
| Octal | 146 | 373 | 235 | 73 | 0 | 45 | 2 | 216 | 137 | 105 |
| Binary | 1100110 | 11111011 | 10011101 | 111011 | 0 | 100101 | 10 | 10001110 | 1011111 | 1000101 |
Color Harmonies of #66FB9D
Complementary color
Monochromatic Colors of #66FB9D
Black with #66FB9D
Text Example
Text Example
White with #66FB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FB9D; }
p { color: rgb(102,251,157); }
H1.HeaderClassName
{
color: #66FB9D;
}
.AnyTagClassName
{
color: #66FB9D;
}
</style>
background-color css
<style>
a { background-color: #66FB9D; }
a { background-color: rgb(102,251,157); }
div.DivClassName
{
background-color: #66FB9D;
}
.BgClassName
{
background-color: #66FB9D;
}
</style>
border-color css
<style>
span { border-color: #66FB9D; }
span { border-color: rgb(102,251,157); }
td.TdClassName
{
border-color: #66FB9D;
}
.TagClassName
{
border-color: #66FB9D;
}
</style>