#66EFAB

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

Shades of Medium Aquamarine #66EFAB

Tints of Medium Aquamarine #66EFAB

Color information

#66EFAB (or 0x66EFAB) is unknown color: approx Medium Aquamarine. HEX triplet: 66, EF and AB. RGB value is (102,239,171). Sum of RGB (Red+Green+Blue) = 102+239+171=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EFAB is #991054. Grayscale: #BEBEBE. Windows color (decimal): -10031189 or 11267942. OLE color: 11267942.

HSL color Cylindrical-coordinate representation of color #66EFAB: hue angle of 150.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFAB is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB102239171-
CMYK0.5700.280.06
HSL150.22º81.07%66.86%-
HSV(B)150.22º57.32%93.73%-
XYZ43.767.549.25-
YUV190.28117.1165.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.92%
GREEN value IS 239 (93.75% from 255) = 46.68%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=19.92%
G=46.68%
B=33.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1022391710.5700.280.06150.2281.0766.86
Hex66EFAB3901C6965143
Octal146357253710346226121103
Binary110011011101111101010111110010111001101001011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,239,171); }

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

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

 a { background-color: rgb(102,239,171); }

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

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

 span { border-color: rgb(102,239,171); }

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