#66FFA8

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

Shades of Medium Aquamarine #66FFA8

Tints of Medium Aquamarine #66FFA8

Color information

#66FFA8 (or 0x66FFA8) is unknown color: approx Medium Aquamarine. HEX triplet: 66, FF and A8. RGB value is (102,255,168). Sum of RGB (Red+Green+Blue) = 102+255+168=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FFA8 is #990057. Grayscale: #C7C7C7. Windows color (decimal): -10027096 or 11075430. OLE color: 11075430.

HSL color Cylindrical-coordinate representation of color #66FFA8: hue angle of 145.88º 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 #66FFA8 is Cyan = 0.6, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB102255168-
CMYK0.600.340
HSL145.88º100%70%-
HSV(B)145.88º60%100%-
XYZ48.3177.1749.4-
YUV199.33110.3158.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.43%
GREEN value IS 255 (100% from 255) = 48.57%
BLUE value IS 168 (66.02% from 255) = 32%
R=19.43%
G=48.57%
B=32%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022551680.600.340145.8810070
Hex66FFA83C0220926446
Octal146377250740420222144106
Binary11001101111111110101000111100010001001001001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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