#66CAB1

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

Shades of Medium Aquamarine #66CAB1

Tints of Medium Aquamarine #66CAB1

Color information

#66CAB1 (or 0x66CAB1) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CA and B1. RGB value is (102,202,177). Sum of RGB (Red+Green+Blue) = 102+202+177=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CAB1 is #99354E. Grayscale: #A9A9A9. Windows color (decimal): -10040655 or 11651686. OLE color: 11651686.

HSL color Cylindrical-coordinate representation of color #66CAB1: hue angle of 165º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CAB1 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB102202177-
CMYK0.5000.120.21
HSL165º48.54%59.61%-
HSV(B)165º49.5%79.22%-
XYZ34.5448.2449.09-
YUV169.25132.3780.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.21%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 177 (69.53% from 255) = 36.80%
R=21.21%
G=42.00%
B=36.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1022021770.5000.120.2116548.5459.61
Hex66CAB1320C15a5313c
Octal14631226162014252456174
Binary11001101100101010110001110010011001010110100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,202,177); }

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

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

 a { background-color: rgb(102,202,177); }

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

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

 span { border-color: rgb(102,202,177); }

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