#66ECAB

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

Shades of Medium Aquamarine #66ECAB

Tints of Medium Aquamarine #66ECAB

Color information

#66ECAB (or 0x66ECAB) is unknown color: approx Medium Aquamarine. HEX triplet: 66, EC and AB. RGB value is (102,236,171). Sum of RGB (Red+Green+Blue) = 102+236+171=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ECAB is #991354. Grayscale: #BCBCBC. Windows color (decimal): -10031957 or 11267174. OLE color: 11267174.

HSL color Cylindrical-coordinate representation of color #66ECAB: hue angle of 150.9º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECAB is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB102236171-
CMYK0.5700.280.07
HSL150.9º77.91%66.27%-
HSV(B)150.9º56.78%92.55%-
XYZ42.8365.7648.96-
YUV188.52118.1166.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.04%
GREEN value IS 236 (92.58% from 255) = 46.37%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=20.04%
G=46.37%
B=33.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022361710.5700.280.07150.977.9166.27
Hex66ECAB3901C7974e42
Octal146354253710347227116102
Binary110011011101100101010111110010111001111001011110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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