#66c1a5

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

Shades of Medium Aquamarine #66C1A5

Tints of Medium Aquamarine #66C1A5

Color information

#66C1A5 (or 0x66C1A5) is unknown color: approx Medium Aquamarine. HEX triplet: 66, C1 and A5. RGB value is (102,193,165). Sum of RGB (Red+Green+Blue) = 102+193+165=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #66C1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C1A5 is #993E5A. Grayscale: #A2A2A2. Windows color (decimal): -10042971 or 10862950. OLE color: 10862950.

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

Color convert

RGB102193165-
CMYK0.4700.150.24
HSL161.54º42.33%57.84%-
HSV(B)161.54º47.15%75.69%-
XYZ31.3443.6842.38-
YUV162.6129.3584.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.17%
GREEN value IS 193 (75.78% from 255) = 41.96%
BLUE value IS 165 (64.84% from 255) = 35.87%
R=22.17%
G=41.96%
B=35.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021931650.4700.150.24161.5442.3357.84
Hex66C1A52F0F18a22a3a
Octal14630124557017302425272
Binary11001101100000110100101101111011111100010100010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66c1a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,193,165); }

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

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

 a { background-color: rgb(102,193,165); }

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

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

 span { border-color: rgb(102,193,165); }

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