#66B396

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

Shades of Keppel #66B396

Tints of Keppel #66B396

Color information

#66B396 (or 0x66B396) is unknown color: approx Keppel. HEX triplet: 66, B3 and 96. RGB value is (102,179,150). Sum of RGB (Red+Green+Blue) = 102+179+150=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #66B396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B396 is #994C69. Grayscale: #989898. Windows color (decimal): -10046570 or 9876326. OLE color: 9876326.

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

Color convert

RGB102179150-
CMYK0.4300.160.30
HSL157.4º33.62%55.1%-
HSV(B)157.4º43.02%70.2%-
XYZ27.137.2734.62-
YUV152.67126.4991.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 179 (70.31% from 255) = 41.53%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=23.67%
G=41.53%
B=34.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1021791500.4300.160.30157.433.6255.1
Hex66B3962B0101E9d2237
Octal14626322653020362354267
Binary110011010110011100101101010110100001111010011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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