Shades of Medium Aquamarine #66D49A
Tints of Medium Aquamarine #66D49A
RGB
CMYK
RGB Variations
Color information
#66D49A (or 0x66D49A) is known color: Medium Aquamarine. HEX triplet: 66, D4 and 9A. RGB value is (102,212,154). Sum of RGB (Red+Green+Blue) = 102+212+154=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #66D49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D49A is #992B65. Grayscale: #ACACAC. Windows color (decimal): -10038118 or 10146918. OLE color: 10146918.
HSL color Cylindrical-coordinate representation of color #66D49A: hue angle of 148.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D49A is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 212 | 154 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.17 |
| HSL | 148.36º | 0.56% | 0.62% | - |
| HSV(B) | 148.36º | 0.52% | 0.83% | - |
| XYZ | 34.86 | 52.24 | 38.82 | - |
| YUV | 172.5 | 117.56 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 212 | 154 | 0.52 | 0 | 0.27 | 0.17 | 148.36 | 0.56 | 0.62 |
| Hex | 66 | D4 | 9A | 34 | 0 | 1B | 11 | 94 | 38 | 3E |
| Octal | 146 | 324 | 232 | 64 | 0 | 33 | 21 | 224 | 70 | 76 |
| Binary | 1100110 | 11010100 | 10011010 | 110100 | 0 | 11011 | 10001 | 10010100 | 111000 | 111110 |
Color Harmonies of #66D49A
Complementary color
Monochromatic Colors of #66D49A
Black with #66D49A
Text Example
Text Example
White with #66D49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D49A; }
p { color: rgb(102,212,154); }
H1.HeaderClassName
{
color: #66D49A;
}
.AnyTagClassName
{
color: #66D49A;
}
</style>
background-color css
<style>
a { background-color: #66D49A; }
a { background-color: rgb(102,212,154); }
div.DivClassName
{
background-color: #66D49A;
}
.BgClassName
{
background-color: #66D49A;
}
</style>
border-color css
<style>
span { border-color: #66D49A; }
span { border-color: rgb(102,212,154); }
td.TdClassName
{
border-color: #66D49A;
}
.TagClassName
{
border-color: #66D49A;
}
</style>