#66FDA0

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

Shades of Medium Aquamarine #66FDA0

Tints of Medium Aquamarine #66FDA0

Color information

#66FDA0 (or 0x66FDA0) is unknown color: approx Medium Aquamarine. HEX triplet: 66, FD and A0. RGB value is (102,253,160). Sum of RGB (Red+Green+Blue) = 102+253+160=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #66FDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FDA0 is #99025F. Grayscale: #C5C5C5. Windows color (decimal): -10027616 or 10550630. OLE color: 10550630.

HSL color Cylindrical-coordinate representation of color #66FDA0: hue angle of 143.05º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FDA0 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB102253160-
CMYK0.6000.370.01
HSL143.05º97.42%69.61%-
HSV(B)143.05º59.68%99.22%-
XYZ46.9575.6145.38-
YUV197.25106.9760.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.81%
GREEN value IS 253 (99.22% from 255) = 49.13%
BLUE value IS 160 (62.89% from 255) = 31.07%
R=19.81%
G=49.13%
B=31.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1022531600.6000.370.01143.0597.4269.61
Hex66FDA03C02518f6146
Octal146375240740451217141106
Binary11001101111110110100000111100010010111000111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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