#66B49E

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

Shades of Keppel #66B49E

Tints of Keppel #66B49E

Color information

#66B49E (or 0x66B49E) is unknown color: approx Keppel. HEX triplet: 66, B4 and 9E. RGB value is (102,180,158). Sum of RGB (Red+Green+Blue) = 102+180+158=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #66B49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B49E is #994B61. Grayscale: #9A9A9A. Windows color (decimal): -10046306 or 10400870. OLE color: 10400870.

HSL color Cylindrical-coordinate representation of color #66B49E: hue angle of 163.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B49E is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB102180158-
CMYK0.4300.120.29
HSL163.08º34.21%55.29%-
HSV(B)163.08º43.33%70.59%-
XYZ27.9737.9438.2-
YUV154.17130.1690.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.18%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=23.18%
G=40.91%
B=35.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021801580.4300.120.29163.0834.2155.29
Hex66B49E2B0C1Da32237
Octal14626423653014352434267
Binary11001101011010010011110101011011001110110100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,180,158); }

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

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

 a { background-color: rgb(102,180,158); }

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

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

 span { border-color: rgb(102,180,158); }

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