Shades of Medium Aquamarine #66ECB5
Tints of Medium Aquamarine #66ECB5
RGB
CMYK
RGB Variations
Color information
#66ECB5 (or 0x66ECB5) is known color: Medium Aquamarine. HEX triplet: 66, EC and B5. RGB value is (102,236,181). Sum of RGB (Red+Green+Blue) = 102+236+181=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66ECB5 is #99134A. Grayscale: #BDBDBD. Windows color (decimal): -10031947 or 11922534. OLE color: 11922534.
HSL color Cylindrical-coordinate representation of color #66ECB5: hue angle of 155.37º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECB5 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 181 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.07 |
| HSL | 155.37º | 0.78% | 0.66% | - |
| HSV(B) | 155.37º | 0.57% | 0.93% | - |
| XYZ | 43.82 | 66.15 | 54.18 | - |
| YUV | 189.66 | 123.11 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 181 | 0.57 | 0 | 0.23 | 0.07 | 155.37 | 0.78 | 0.66 |
| Hex | 66 | EC | B5 | 39 | 0 | 17 | 7 | 9B | 4E | 42 |
| Octal | 146 | 354 | 265 | 71 | 0 | 27 | 7 | 233 | 116 | 102 |
| Binary | 1100110 | 11101100 | 10110101 | 111001 | 0 | 10111 | 111 | 10011011 | 1001110 | 1000010 |
Color Harmonies of #66ECB5
Complementary color
Monochromatic Colors of #66ECB5
Black with #66ECB5
Text Example
Text Example
White with #66ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ECB5; }
p { color: rgb(102,236,181); }
H1.HeaderClassName
{
color: #66ECB5;
}
.AnyTagClassName
{
color: #66ECB5;
}
</style>
background-color css
<style>
a { background-color: #66ECB5; }
a { background-color: rgb(102,236,181); }
div.DivClassName
{
background-color: #66ECB5;
}
.BgClassName
{
background-color: #66ECB5;
}
</style>
border-color css
<style>
span { border-color: #66ECB5; }
span { border-color: rgb(102,236,181); }
td.TdClassName
{
border-color: #66ECB5;
}
.TagClassName
{
border-color: #66ECB5;
}
</style>