Shades of Medium Aquamarine #66EDB4
Tints of Medium Aquamarine #66EDB4
RGB
CMYK
RGB Variations
Color information
#66EDB4 (or 0x66EDB4) is known color: Medium Aquamarine. HEX triplet: 66, ED and B4. RGB value is (102,237,180). Sum of RGB (Red+Green+Blue) = 102+237+180=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EDB4 is #99124B. Grayscale: #BEBEBE. Windows color (decimal): -10031692 or 11857254. OLE color: 11857254.
HSL color Cylindrical-coordinate representation of color #66EDB4: hue angle of 154.67º degrees, saturation: 0.79, 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 #66EDB4 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 237 | 180 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.07 |
| HSL | 154.67º | 0.79% | 0.66% | - |
| HSV(B) | 154.67º | 0.57% | 0.93% | - |
| XYZ | 44 | 66.69 | 53.73 | - |
| YUV | 190.14 | 122.27 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 180 | 0.57 | 0 | 0.24 | 0.07 | 154.67 | 0.79 | 0.66 |
| Hex | 66 | ED | B4 | 39 | 0 | 18 | 7 | 9B | 4F | 42 |
| Octal | 146 | 355 | 264 | 71 | 0 | 30 | 7 | 233 | 117 | 102 |
| Binary | 1100110 | 11101101 | 10110100 | 111001 | 0 | 11000 | 111 | 10011011 | 1001111 | 1000010 |
Color Harmonies of #66EDB4
Complementary color
Monochromatic Colors of #66EDB4
Black with #66EDB4
Text Example
Text Example
White with #66EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EDB4; }
p { color: rgb(102,237,180); }
H1.HeaderClassName
{
color: #66EDB4;
}
.AnyTagClassName
{
color: #66EDB4;
}
</style>
background-color css
<style>
a { background-color: #66EDB4; }
a { background-color: rgb(102,237,180); }
div.DivClassName
{
background-color: #66EDB4;
}
.BgClassName
{
background-color: #66EDB4;
}
</style>
border-color css
<style>
span { border-color: #66EDB4; }
span { border-color: rgb(102,237,180); }
td.TdClassName
{
border-color: #66EDB4;
}
.TagClassName
{
border-color: #66EDB4;
}
</style>