#66F99A

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

Shades of Medium Aquamarine #66F99A

Tints of Medium Aquamarine #66F99A

Color information

#66F99A (or 0x66F99A) is unknown color: approx Medium Aquamarine. HEX triplet: 66, F9 and 9A. RGB value is (102,249,154). Sum of RGB (Red+Green+Blue) = 102+249+154=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #66F99A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F99A is #990665. Grayscale: #C2C2C2. Windows color (decimal): -10028646 or 10156390. OLE color: 10156390.

HSL color Cylindrical-coordinate representation of color #66F99A: hue angle of 141.22º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F99A is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB102249154-
CMYK0.5900.380.02
HSL141.22º92.45%68.82%-
HSV(B)141.22º59.04%97.65%-
XYZ45.1972.9142.26-
YUV194.22105.362.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.20%
GREEN value IS 249 (97.66% from 255) = 49.31%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=20.20%
G=49.31%
B=30.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022491540.5900.380.02141.2292.4568.82
Hex66F99A3B02628d5c45
Octal146371232730462215134105
Binary110011011111001100110101110110100110101000110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,249,154); }

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

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

 a { background-color: rgb(102,249,154); }

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

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

 span { border-color: rgb(102,249,154); }

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