Shades of Medium Aquamarine #66EE9A
Tints of Medium Aquamarine #66EE9A
RGB
CMYK
RGB Variations
Color information
#66EE9A (or 0x66EE9A) is known color: Medium Aquamarine. HEX triplet: 66, EE and 9A. RGB value is (102,238,154). Sum of RGB (Red+Green+Blue) = 102+238+154=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #66EE9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EE9A is #991165. Grayscale: #BBBBBB. Windows color (decimal): -10031462 or 10153574. OLE color: 10153574.
HSL color Cylindrical-coordinate representation of color #66EE9A: hue angle of 142.94º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EE9A is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 238 | 154 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.07 |
| HSL | 142.94º | 0.8% | 0.67% | - |
| HSV(B) | 142.94º | 0.57% | 0.93% | - |
| XYZ | 41.89 | 66.31 | 41.16 | - |
| YUV | 187.76 | 108.94 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 238 | 154 | 0.57 | 0 | 0.35 | 0.07 | 142.94 | 0.8 | 0.67 |
| Hex | 66 | EE | 9A | 39 | 0 | 23 | 7 | 8F | 50 | 43 |
| Octal | 146 | 356 | 232 | 71 | 0 | 43 | 7 | 217 | 120 | 103 |
| Binary | 1100110 | 11101110 | 10011010 | 111001 | 0 | 100011 | 111 | 10001111 | 1010000 | 1000011 |
Color Harmonies of #66EE9A
Complementary color
Monochromatic Colors of #66EE9A
Black with #66EE9A
Text Example
Text Example
White with #66EE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EE9A; }
p { color: rgb(102,238,154); }
H1.HeaderClassName
{
color: #66EE9A;
}
.AnyTagClassName
{
color: #66EE9A;
}
</style>
background-color css
<style>
a { background-color: #66EE9A; }
a { background-color: rgb(102,238,154); }
div.DivClassName
{
background-color: #66EE9A;
}
.BgClassName
{
background-color: #66EE9A;
}
</style>
border-color css
<style>
span { border-color: #66EE9A; }
span { border-color: rgb(102,238,154); }
td.TdClassName
{
border-color: #66EE9A;
}
.TagClassName
{
border-color: #66EE9A;
}
</style>