Shades of Medium Aquamarine #66E5B1
Tints of Medium Aquamarine #66E5B1
RGB
CMYK
RGB Variations
Color information
#66E5B1 (or 0x66E5B1) is known color: Medium Aquamarine. HEX triplet: 66, E5 and B1. RGB value is (102,229,177). Sum of RGB (Red+Green+Blue) = 102+229+177=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #66E5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E5B1 is #991A4E. Grayscale: #B9B9B9. Windows color (decimal): -10033743 or 11658598. OLE color: 11658598.
HSL color Cylindrical-coordinate representation of color #66E5B1: hue angle of 155.43º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E5B1 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 229 | 177 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.10 |
| HSL | 155.43º | 0.71% | 0.65% | - |
| HSV(B) | 155.43º | 0.55% | 0.9% | - |
| XYZ | 41.43 | 62.04 | 51.39 | - |
| YUV | 185.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 229 | 177 | 0.55 | 0 | 0.23 | 0.10 | 155.43 | 0.71 | 0.65 |
| Hex | 66 | E5 | B1 | 37 | 0 | 17 | A | 9B | 47 | 41 |
| Octal | 146 | 345 | 261 | 67 | 0 | 27 | 12 | 233 | 107 | 101 |
| Binary | 1100110 | 11100101 | 10110001 | 110111 | 0 | 10111 | 1010 | 10011011 | 1000111 | 1000001 |
Color Harmonies of #66E5B1
Complementary color
Monochromatic Colors of #66E5B1
Black with #66E5B1
Text Example
Text Example
White with #66E5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E5B1; }
p { color: rgb(102,229,177); }
H1.HeaderClassName
{
color: #66E5B1;
}
.AnyTagClassName
{
color: #66E5B1;
}
</style>
background-color css
<style>
a { background-color: #66E5B1; }
a { background-color: rgb(102,229,177); }
div.DivClassName
{
background-color: #66E5B1;
}
.BgClassName
{
background-color: #66E5B1;
}
</style>
border-color css
<style>
span { border-color: #66E5B1; }
span { border-color: rgb(102,229,177); }
td.TdClassName
{
border-color: #66E5B1;
}
.TagClassName
{
border-color: #66E5B1;
}
</style>