#66e099

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

Shades of Medium Aquamarine #66E099

Tints of Medium Aquamarine #66E099

Color information

#66E099 (or 0x66E099) is unknown color: approx Medium Aquamarine. HEX triplet: 66, E0 and 99. RGB value is (102,224,153). Sum of RGB (Red+Green+Blue) = 102+224+153=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #66E099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E099 is #991F66. Grayscale: #B3B3B3. Windows color (decimal): -10035047 or 10084454. OLE color: 10084454.

HSL color Cylindrical-coordinate representation of color #66E099: hue angle of 145.08º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E099 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB102224153-
CMYK0.5400.320.12
HSL145.08º66.3%63.92%-
HSV(B)145.08º54.46%87.84%-
XYZ37.8858.4439.42-
YUV179.43113.0872.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.29%
GREEN value IS 224 (87.89% from 255) = 46.76%
BLUE value IS 153 (60.16% from 255) = 31.94%
R=21.29%
G=46.76%
B=31.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022241530.5400.320.12145.0866.363.92
Hex66E09936020C914240
Octal1463402316604014221102100
Binary11001101110000010011001110110010000011001001000110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66e099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,224,153); }

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

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

 a { background-color: rgb(102,224,153); }

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

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

 span { border-color: rgb(102,224,153); }

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