#66FFA6

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

Shades of Medium Aquamarine #66FFA6

Tints of Medium Aquamarine #66FFA6

Color information

#66FFA6 (or 0x66FFA6) is unknown color: approx Medium Aquamarine. HEX triplet: 66, FF and A6. RGB value is (102,255,166). Sum of RGB (Red+Green+Blue) = 102+255+166=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FFA6 is #990059. Grayscale: #C7C7C7. Windows color (decimal): -10027098 or 10944358. OLE color: 10944358.

HSL color Cylindrical-coordinate representation of color #66FFA6: hue angle of 145.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFA6 is Cyan = 0.6, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB102255166-
CMYK0.600.350
HSL145.1º100%70%-
HSV(B)145.1º60%100%-
XYZ48.1277.148.42-
YUV199.11109.3158.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.50%
GREEN value IS 255 (100% from 255) = 48.76%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=19.50%
G=48.76%
B=31.74%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022551660.600.350145.110070
Hex66FFA63C0230916446
Octal146377246740430221144106
Binary11001101111111110100110111100010001101001000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,255,166); }

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

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

 a { background-color: rgb(102,255,166); }

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

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

 span { border-color: rgb(102,255,166); }

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