#66A994

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

Shades of Keppel #66A994

Tints of Keppel #66A994

Color information

#66A994 (or 0x66A994) is unknown color: approx Keppel. HEX triplet: 66, A9 and 94. RGB value is (102,169,148). Sum of RGB (Red+Green+Blue) = 102+169+148=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #66A994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A994 is #99566B. Grayscale: #929292. Windows color (decimal): -10049132 or 9742694. OLE color: 9742694.

HSL color Cylindrical-coordinate representation of color #66A994: hue angle of 161.19º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A994 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB102169148-
CMYK0.4000.120.34
HSL161.19º28.03%53.14%-
HSV(B)161.19º39.64%66.27%-
XYZ25.0133.3433.13-
YUV146.57128.896.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.34%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=24.34%
G=40.33%
B=35.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021691480.4000.120.34161.1928.0353.14
Hex66A994280C22a11c35
Octal14625122450014422413465
Binary11001101010100110010100101000011001000101010000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,169,148); }

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

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

 a { background-color: rgb(102,169,148); }

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

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

 span { border-color: rgb(102,169,148); }

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