#64B99F

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

Shades of Keppel #64B99F

Tints of Keppel #64B99F

Color information

#64B99F (or 0x64B99F) is unknown color: approx Keppel. HEX triplet: 64, B9 and 9F. RGB value is (100,185,159). Sum of RGB (Red+Green+Blue) = 100+185+159=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #64B99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B99F is #9B4660. Grayscale: #9C9C9C. Windows color (decimal): -10176097 or 10467684. OLE color: 10467684.

HSL color Cylindrical-coordinate representation of color #64B99F: hue angle of 161.65º 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 #64B99F is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB100185159-
CMYK0.4600.140.27
HSL161.65º37.78%55.88%-
HSV(B)161.65º45.95%72.55%-
XYZ28.8639.9138.98-
YUV156.62129.3487.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.52%
GREEN value IS 185 (72.66% from 255) = 41.67%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=22.52%
G=41.67%
B=35.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001851590.4600.140.27161.6537.7855.88
Hex64B99F2E0E1Ba22638
Octal14427123756016332424670
Binary11001001011100110011111101110011101101110100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,185,159); }

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

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

 a { background-color: rgb(100,185,159); }

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

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

 span { border-color: rgb(100,185,159); }

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