#66f196

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

Shades of Medium Aquamarine #66F196

Tints of Medium Aquamarine #66F196

Color information

#66F196 (or 0x66F196) is unknown color: approx Medium Aquamarine. HEX triplet: 66, F1 and 96. RGB value is (102,241,150). Sum of RGB (Red+Green+Blue) = 102+241+150=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #66F196 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F196 is #990E69. Grayscale: #BDBDBD. Windows color (decimal): -10030698 or 9892198. OLE color: 9892198.

HSL color Cylindrical-coordinate representation of color #66F196: hue angle of 140.72º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F196 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB102241150-
CMYK0.5800.380.05
HSL140.72º83.23%67.25%-
HSV(B)140.72º57.68%94.51%-
XYZ42.4467.9439.73-
YUV189.06105.9565.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.69%
GREEN value IS 241 (94.53% from 255) = 48.88%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=20.69%
G=48.88%
B=30.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022411500.5800.380.05140.7283.2367.25
Hex66F1963A02658d5343
Octal146361226720465215123103
Binary1100110111100011001011011101001001101011000110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66f196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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