Shades of Medium Aquamarine #66E1B3
Tints of Medium Aquamarine #66E1B3
RGB
CMYK
RGB Variations
Color information
#66E1B3 (or 0x66E1B3) is known color: Medium Aquamarine. HEX triplet: 66, E1 and B3. RGB value is (102,225,179). Sum of RGB (Red+Green+Blue) = 102+225+179=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E1B3 is #991E4C. Grayscale: #B7B7B7. Windows color (decimal): -10034765 or 11788646. OLE color: 11788646.
HSL color Cylindrical-coordinate representation of color #66E1B3: hue angle of 157.56º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1B3 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 225 | 179 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.12 |
| HSL | 157.56º | 0.67% | 0.64% | - |
| HSV(B) | 157.56º | 0.55% | 0.88% | - |
| XYZ | 40.54 | 59.93 | 52.08 | - |
| YUV | 182.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 179 | 0.55 | 0 | 0.20 | 0.12 | 157.56 | 0.67 | 0.64 |
| Hex | 66 | E1 | B3 | 37 | 0 | 14 | C | 9E | 43 | 40 |
| Octal | 146 | 341 | 263 | 67 | 0 | 24 | 14 | 236 | 103 | 100 |
| Binary | 1100110 | 11100001 | 10110011 | 110111 | 0 | 10100 | 1100 | 10011110 | 1000011 | 1000000 |
Color Harmonies of #66E1B3
Complementary color
Monochromatic Colors of #66E1B3
Black with #66E1B3
Text Example
Text Example
White with #66E1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E1B3; }
p { color: rgb(102,225,179); }
H1.HeaderClassName
{
color: #66E1B3;
}
.AnyTagClassName
{
color: #66E1B3;
}
</style>
background-color css
<style>
a { background-color: #66E1B3; }
a { background-color: rgb(102,225,179); }
div.DivClassName
{
background-color: #66E1B3;
}
.BgClassName
{
background-color: #66E1B3;
}
</style>
border-color css
<style>
span { border-color: #66E1B3; }
span { border-color: rgb(102,225,179); }
td.TdClassName
{
border-color: #66E1B3;
}
.TagClassName
{
border-color: #66E1B3;
}
</style>