#64BA9E

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

Shades of Keppel #64BA9E

Tints of Keppel #64BA9E

Color information

#64BA9E (or 0x64BA9E) is unknown color: approx Keppel. HEX triplet: 64, BA and 9E. RGB value is (100,186,158). Sum of RGB (Red+Green+Blue) = 100+186+158=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BA9E is #9B4561. Grayscale: #9D9D9D. Windows color (decimal): -10175842 or 10402404. OLE color: 10402404.

HSL color Cylindrical-coordinate representation of color #64BA9E: hue angle of 160.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64BA9E is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB100186158-
CMYK0.4600.150.27
HSL160.47º38.39%56.08%-
HSV(B)160.47º46.24%72.94%-
XYZ28.9940.338.6-
YUV157.09128.5187.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.52%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=22.52%
G=41.89%
B=35.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001861580.4600.150.27160.4738.3956.08
Hex64BA9E2E0F1Ba02638
Octal14427223656017332404670
Binary11001001011101010011110101110011111101110100000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BA9E; }

 p { color: rgb(100,186,158); }

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

<style>
 a { background-color: #64BA9E; }

 a { background-color: rgb(100,186,158); }

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

<style>
 span { border-color: #64BA9E; }

 span { border-color: rgb(100,186,158); }

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