#66F9A0

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

Shades of Medium Aquamarine #66F9A0

Tints of Medium Aquamarine #66F9A0

Color information

#66F9A0 (or 0x66F9A0) is unknown color: approx Medium Aquamarine. HEX triplet: 66, F9 and A0. RGB value is (102,249,160). Sum of RGB (Red+Green+Blue) = 102+249+160=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F9A0 is #99065F. Grayscale: #C3C3C3. Windows color (decimal): -10028640 or 10549606. OLE color: 10549606.

HSL color Cylindrical-coordinate representation of color #66F9A0: hue angle of 143.67º 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 #66F9A0 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB102249160-
CMYK0.5900.360.02
HSL143.67º92.45%68.82%-
HSV(B)143.67º59.04%97.65%-
XYZ45.773.1144.96-
YUV194.9108.361.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.96%
GREEN value IS 249 (97.66% from 255) = 48.73%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=19.96%
G=48.73%
B=31.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022491600.5900.360.02143.6792.4568.82
Hex66F9A03B0242905c45
Octal146371240730442220134105
Binary110011011111001101000001110110100100101001000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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