#66B79C

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

Shades of Keppel #66B79C

Tints of Keppel #66B79C

Color information

#66B79C (or 0x66B79C) is unknown color: approx Keppel. HEX triplet: 66, B7 and 9C. RGB value is (102,183,156). Sum of RGB (Red+Green+Blue) = 102+183+156=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #66B79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B79C is #994863. Grayscale: #9B9B9B. Windows color (decimal): -10045540 or 10270566. OLE color: 10270566.

HSL color Cylindrical-coordinate representation of color #66B79C: hue angle of 160º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B79C is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB102183156-
CMYK0.4400.150.28
HSL160º36%55.88%-
HSV(B)160º44.26%71.76%-
XYZ28.4139.0937.5-
YUV155.7128.1689.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 183 (71.88% from 255) = 41.50%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=23.13%
G=41.50%
B=35.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1021831560.4400.150.281603655.88
Hex66B79C2C0F1Ca02438
Octal14626723454017342404470
Binary11001101011011110011100101100011111110010100000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,183,156); }

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

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

 a { background-color: rgb(102,183,156); }

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

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

 span { border-color: rgb(102,183,156); }

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