#66FAA4

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

Shades of Medium Aquamarine #66FAA4

Tints of Medium Aquamarine #66FAA4

Color information

#66FAA4 (or 0x66FAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 66, FA and A4. RGB value is (102,250,164). Sum of RGB (Red+Green+Blue) = 102+250+164=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #66FAA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FAA4 is #99055B. Grayscale: #C4C4C4. Windows color (decimal): -10028380 or 10812006. OLE color: 10812006.

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

Color convert

RGB102250164-
CMYK0.5900.340.02
HSL145.14º93.67%69.02%-
HSV(B)145.14º59.2%98.04%-
XYZ46.3773.8846.94-
YUV195.94109.9760.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.77%
GREEN value IS 250 (98.05% from 255) = 48.45%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=19.77%
G=48.45%
B=31.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022501640.5900.340.02145.1493.6769.02
Hex66FAA43B0222915e45
Octal146372244730422221136105
Binary110011011111010101001001110110100010101001000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,250,164); }

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

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

 a { background-color: rgb(102,250,164); }

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

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

 span { border-color: rgb(102,250,164); }

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