Shades of Medium Aquamarine #66D09B
Tints of Medium Aquamarine #66D09B
RGB
CMYK
RGB Variations
Color information
#66D09B (or 0x66D09B) is known color: Medium Aquamarine. HEX triplet: 66, D0 and 9B. RGB value is (102,208,155). Sum of RGB (Red+Green+Blue) = 102+208+155=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #66D09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D09B is #992F64. Grayscale: #AAAAAA. Windows color (decimal): -10039141 or 10211430. OLE color: 10211430.
HSL color Cylindrical-coordinate representation of color #66D09B: hue angle of 150º 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 #66D09B is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 155 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.18 |
| HSL | 150º | 0.53% | 0.61% | - |
| HSV(B) | 150º | 0.51% | 0.82% | - |
| XYZ | 33.95 | 50.3 | 38.93 | - |
| YUV | 170.26 | 119.38 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 155 | 0.51 | 0 | 0.25 | 0.18 | 150 | 0.53 | 0.61 |
| Hex | 66 | D0 | 9B | 33 | 0 | 19 | 12 | 96 | 35 | 3D |
| Octal | 146 | 320 | 233 | 63 | 0 | 31 | 22 | 226 | 65 | 75 |
| Binary | 1100110 | 11010000 | 10011011 | 110011 | 0 | 11001 | 10010 | 10010110 | 110101 | 111101 |
Color Harmonies of #66D09B
Complementary color
Monochromatic Colors of #66D09B
Black with #66D09B
Text Example
Text Example
White with #66D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D09B; }
p { color: rgb(102,208,155); }
H1.HeaderClassName
{
color: #66D09B;
}
.AnyTagClassName
{
color: #66D09B;
}
</style>
background-color css
<style>
a { background-color: #66D09B; }
a { background-color: rgb(102,208,155); }
div.DivClassName
{
background-color: #66D09B;
}
.BgClassName
{
background-color: #66D09B;
}
</style>
border-color css
<style>
span { border-color: #66D09B; }
span { border-color: rgb(102,208,155); }
td.TdClassName
{
border-color: #66D09B;
}
.TagClassName
{
border-color: #66D09B;
}
</style>