Shades of Medium Aquamarine #66EBA5
Tints of Medium Aquamarine #66EBA5
RGB
CMYK
RGB Variations
Color information
#66EBA5 (or 0x66EBA5) is known color: Medium Aquamarine. HEX triplet: 66, EB and A5. RGB value is (102,235,165). Sum of RGB (Red+Green+Blue) = 102+235+165=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #66EBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EBA5 is #99145A. Grayscale: #BBBBBB. Windows color (decimal): -10032219 or 10873702. OLE color: 10873702.
HSL color Cylindrical-coordinate representation of color #66EBA5: hue angle of 148.42º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EBA5 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 235 | 165 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.08 |
| HSL | 148.42º | 0.77% | 0.66% | - |
| HSV(B) | 148.42º | 0.57% | 0.92% | - |
| XYZ | 41.98 | 64.96 | 45.92 | - |
| YUV | 187.25 | 115.44 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 235 | 165 | 0.57 | 0 | 0.30 | 0.08 | 148.42 | 0.77 | 0.66 |
| Hex | 66 | EB | A5 | 39 | 0 | 1E | 8 | 94 | 4D | 42 |
| Octal | 146 | 353 | 245 | 71 | 0 | 36 | 10 | 224 | 115 | 102 |
| Binary | 1100110 | 11101011 | 10100101 | 111001 | 0 | 11110 | 1000 | 10010100 | 1001101 | 1000010 |
Color Harmonies of #66EBA5
Complementary color
Monochromatic Colors of #66EBA5
Black with #66EBA5
Text Example
Text Example
White with #66EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EBA5; }
p { color: rgb(102,235,165); }
H1.HeaderClassName
{
color: #66EBA5;
}
.AnyTagClassName
{
color: #66EBA5;
}
</style>
background-color css
<style>
a { background-color: #66EBA5; }
a { background-color: rgb(102,235,165); }
div.DivClassName
{
background-color: #66EBA5;
}
.BgClassName
{
background-color: #66EBA5;
}
</style>
border-color css
<style>
span { border-color: #66EBA5; }
span { border-color: rgb(102,235,165); }
td.TdClassName
{
border-color: #66EBA5;
}
.TagClassName
{
border-color: #66EBA5;
}
</style>