#64BF9C

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

Shades of Keppel #64BF9C

Tints of Keppel #64BF9C

Color information

#64BF9C (or 0x64BF9C) is unknown color: approx Keppel. HEX triplet: 64, BF and 9C. RGB value is (100,191,156). Sum of RGB (Red+Green+Blue) = 100+191+156=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BF9C is #9B4063. Grayscale: #9F9F9F. Windows color (decimal): -10174564 or 10272612. OLE color: 10272612.

HSL color Cylindrical-coordinate representation of color #64BF9C: hue angle of 156.92º 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 #64BF9C is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB100191156-
CMYK0.4800.180.25
HSL156.92º41.55%57.06%-
HSV(B)156.92º47.64%74.9%-
XYZ29.8942.3738.06-
YUV159.8125.8585.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.37%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=22.37%
G=42.73%
B=34.90%

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
Decimal1001911560.4800.180.25156.9241.5557.06
Hex64BF9C30012199d2a39
Octal14427723460022312355271
Binary110010010111111100111001100000100101100110011101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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