Shades of Medium Aquamarine #66D09D
Tints of Medium Aquamarine #66D09D
RGB
CMYK
RGB Variations
Color information
#66D09D (or 0x66D09D) is known color: Medium Aquamarine. HEX triplet: 66, D0 and 9D. RGB value is (102,208,157). Sum of RGB (Red+Green+Blue) = 102+208+157=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #66D09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D09D is #992F62. Grayscale: #AAAAAA. Windows color (decimal): -10039139 or 10342502. OLE color: 10342502.
HSL color Cylindrical-coordinate representation of color #66D09D: hue angle of 151.13º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D09D is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 157 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.18 |
| HSL | 151.13º | 0.53% | 0.61% | - |
| HSV(B) | 151.13º | 0.51% | 0.82% | - |
| XYZ | 34.12 | 50.37 | 39.82 | - |
| YUV | 170.49 | 120.38 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 157 | 0.51 | 0 | 0.25 | 0.18 | 151.13 | 0.53 | 0.61 |
| Hex | 66 | D0 | 9D | 33 | 0 | 19 | 12 | 97 | 35 | 3D |
| Octal | 146 | 320 | 235 | 63 | 0 | 31 | 22 | 227 | 65 | 75 |
| Binary | 1100110 | 11010000 | 10011101 | 110011 | 0 | 11001 | 10010 | 10010111 | 110101 | 111101 |
Color Harmonies of #66D09D
Complementary color
Monochromatic Colors of #66D09D
Black with #66D09D
Text Example
Text Example
White with #66D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D09D; }
p { color: rgb(102,208,157); }
H1.HeaderClassName
{
color: #66D09D;
}
.AnyTagClassName
{
color: #66D09D;
}
</style>
background-color css
<style>
a { background-color: #66D09D; }
a { background-color: rgb(102,208,157); }
div.DivClassName
{
background-color: #66D09D;
}
.BgClassName
{
background-color: #66D09D;
}
</style>
border-color css
<style>
span { border-color: #66D09D; }
span { border-color: rgb(102,208,157); }
td.TdClassName
{
border-color: #66D09D;
}
.TagClassName
{
border-color: #66D09D;
}
</style>