#66C0AC

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

Shades of Medium Aquamarine #66C0AC

Tints of Medium Aquamarine #66C0AC

Color information

#66C0AC (or 0x66C0AC) is unknown color: approx Medium Aquamarine. HEX triplet: 66, C0 and AC. RGB value is (102,192,172). Sum of RGB (Red+Green+Blue) = 102+192+172=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #66C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C0AC is #993F53. Grayscale: #A2A2A2. Windows color (decimal): -10043220 or 11321446. OLE color: 11321446.

HSL color Cylindrical-coordinate representation of color #66C0AC: hue angle of 166.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C0AC is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB102192172-
CMYK0.4700.100.25
HSL166.67º41.67%57.65%-
HSV(B)166.67º46.88%75.29%-
XYZ31.7843.545.75-
YUV162.81133.1884.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.89%
GREEN value IS 192 (75.39% from 255) = 41.20%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=21.89%
G=41.20%
B=36.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021921720.4700.100.25166.6741.6757.65
Hex66C0AC2F0A19a72a3a
Octal14630025457012312475272
Binary11001101100000010101100101111010101100110100111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,192,172); }

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

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

 a { background-color: rgb(102,192,172); }

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

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

 span { border-color: rgb(102,192,172); }

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