#66EA95

Color #66EA95 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #66EA95

Tints of Medium Aquamarine #66EA95

Color information

#66EA95 (or 0x66EA95) is unknown color: approx Medium Aquamarine. HEX triplet: 66, EA and 95. RGB value is (102,234,149). Sum of RGB (Red+Green+Blue) = 102+234+149=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #66EA95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EA95 is #99156A. Grayscale: #B9B9B9. Windows color (decimal): -10032491 or 9824870. OLE color: 9824870.

HSL color Cylindrical-coordinate representation of color #66EA95: hue angle of 141.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EA95 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB102234149-
CMYK0.5600.360.08
HSL141.36º75.86%65.88%-
HSV(B)141.36º56.41%91.76%-
XYZ40.3363.8438.63-
YUV184.84107.7768.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 21.03%
GREEN value IS 234 (91.80% from 255) = 48.25%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=21.03%
G=48.25%
B=30.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1022341490.5600.360.08141.3675.8665.88
Hex66EA953802488d4c42
Octal1463522257004410215114102
Binary11001101110101010010101111000010010010001000110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66EA95; }

 p { color: rgb(102,234,149); }

 H1.HeaderClassName
 {
   color: #66EA95;
 }
 .AnyTagClassName
 {
   color: #66EA95;
 }
</style>
background-color css

<style>
 a { background-color: #66EA95; }

 a { background-color: rgb(102,234,149); }

 div.DivClassName
 {
   background-color: #66EA95;
 }
 .BgClassName
 {
   background-color: #66EA95;
 }
</style>
border-color css

<style>
 span { border-color: #66EA95; }

 span { border-color: rgb(102,234,149); }

 td.TdClassName
 {
   border-color: #66EA95;
 }
 .TagClassName
 {
   border-color: #66EA95;
 }
</style>