Shades of Medium Aquamarine #66D99B
Tints of Medium Aquamarine #66D99B
RGB
CMYK
RGB Variations
Color information
#66D99B (or 0x66D99B) is known color: Medium Aquamarine. HEX triplet: 66, D9 and 9B. RGB value is (102,217,155). Sum of RGB (Red+Green+Blue) = 102+217+155=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #66D99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D99B is #992664. Grayscale: #AFAFAF. Windows color (decimal): -10036837 or 10213734. OLE color: 10213734.
HSL color Cylindrical-coordinate representation of color #66D99B: hue angle of 147.65º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D99B is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 155 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.15 |
| HSL | 147.65º | 0.6% | 0.63% | - |
| HSV(B) | 147.65º | 0.53% | 0.85% | - |
| XYZ | 36.21 | 54.82 | 39.68 | - |
| YUV | 175.55 | 116.4 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 155 | 0.53 | 0 | 0.29 | 0.15 | 147.65 | 0.6 | 0.63 |
| Hex | 66 | D9 | 9B | 35 | 0 | 1D | F | 94 | 3C | 3F |
| Octal | 146 | 331 | 233 | 65 | 0 | 35 | 17 | 224 | 74 | 77 |
| Binary | 1100110 | 11011001 | 10011011 | 110101 | 0 | 11101 | 1111 | 10010100 | 111100 | 111111 |
Color Harmonies of #66D99B
Complementary color
Monochromatic Colors of #66D99B
Black with #66D99B
Text Example
Text Example
White with #66D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D99B; }
p { color: rgb(102,217,155); }
H1.HeaderClassName
{
color: #66D99B;
}
.AnyTagClassName
{
color: #66D99B;
}
</style>
background-color css
<style>
a { background-color: #66D99B; }
a { background-color: rgb(102,217,155); }
div.DivClassName
{
background-color: #66D99B;
}
.BgClassName
{
background-color: #66D99B;
}
</style>
border-color css
<style>
span { border-color: #66D99B; }
span { border-color: rgb(102,217,155); }
td.TdClassName
{
border-color: #66D99B;
}
.TagClassName
{
border-color: #66D99B;
}
</style>