#64BF9D

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

Shades of Keppel #64BF9D

Tints of Keppel #64BF9D

Color information

#64BF9D (or 0x64BF9D) is unknown color: approx Keppel. HEX triplet: 64, BF and 9D. RGB value is (100,191,157). Sum of RGB (Red+Green+Blue) = 100+191+157=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BF9D is #9B4062. Grayscale: #9F9F9F. Windows color (decimal): -10174563 or 10338148. OLE color: 10338148.

HSL color Cylindrical-coordinate representation of color #64BF9D: hue angle of 157.58º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BF9D is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB100191157-
CMYK0.4800.180.25
HSL157.58º41.55%57.06%-
HSV(B)157.58º47.64%74.9%-
XYZ29.9742.4138.5-
YUV159.92126.3585.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.32%
GREEN value IS 191 (75% from 255) = 42.63%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=22.32%
G=42.63%
B=35.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001911570.4800.180.25157.5841.5557.06
Hex64BF9D30012199e2a39
Octal14427723560022312365271
Binary110010010111111100111011100000100101100110011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,191,157); }

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

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

 a { background-color: rgb(100,191,157); }

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

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

 span { border-color: rgb(100,191,157); }

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