#66ED96

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

Shades of Medium Aquamarine #66ED96

Tints of Medium Aquamarine #66ED96

Color information

#66ED96 (or 0x66ED96) is unknown color: approx Medium Aquamarine. HEX triplet: 66, ED and 96. RGB value is (102,237,150). Sum of RGB (Red+Green+Blue) = 102+237+150=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ED96 is #991269. Grayscale: #BABABA. Windows color (decimal): -10031722 or 9891174. OLE color: 9891174.

HSL color Cylindrical-coordinate representation of color #66ED96: hue angle of 141.33º 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 #66ED96 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB102237150-
CMYK0.5700.370.07
HSL141.33º78.95%66.47%-
HSV(B)141.33º56.96%92.94%-
XYZ41.2765.639.34-
YUV186.72107.2767.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.86%
GREEN value IS 237 (92.97% from 255) = 48.47%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=20.86%
G=48.47%
B=30.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022371500.5700.370.07141.3378.9566.47
Hex66ED963902578d4f42
Octal146355226710457215117102
Binary1100110111011011001011011100101001011111000110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,237,150); }

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

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

 a { background-color: rgb(102,237,150); }

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

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

 span { border-color: rgb(102,237,150); }

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