#66A496

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

Shades of Keppel #66A496

Tints of Keppel #66A496

Color information

#66A496 (or 0x66A496) is unknown color: approx Keppel. HEX triplet: 66, A4 and 96. RGB value is (102,164,150). Sum of RGB (Red+Green+Blue) = 102+164+150=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #66A496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A496 is #995B69. Grayscale: #8F8F8F. Windows color (decimal): -10050410 or 9872486. OLE color: 9872486.

HSL color Cylindrical-coordinate representation of color #66A496: hue angle of 166.45º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A496 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB102164150-
CMYK0.3800.090.36
HSL166.45º25.41%52.16%-
HSV(B)166.45º37.8%64.31%-
XYZ24.2631.5833.67-
YUV143.87131.4698.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.52%
GREEN value IS 164 (64.45% from 255) = 39.42%
BLUE value IS 150 (58.98% from 255) = 36.06%
R=24.52%
G=39.42%
B=36.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021641500.3800.090.36166.4525.4152.16
Hex66A496260924a61934
Octal14624422646011442463164
Binary11001101010010010010110100110010011001001010011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,164,150); }

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

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

 a { background-color: rgb(102,164,150); }

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

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

 span { border-color: rgb(102,164,150); }

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