#64BF9E

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

Shades of Keppel #64BF9E

Tints of Keppel #64BF9E

Color information

#64BF9E (or 0x64BF9E) is unknown color: approx Keppel. HEX triplet: 64, BF and 9E. RGB value is (100,191,158). Sum of RGB (Red+Green+Blue) = 100+191+158=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BF9E is #9B4061. Grayscale: #A0A0A0. Windows color (decimal): -10174562 or 10403684. OLE color: 10403684.

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

Color convert

RGB100191158-
CMYK0.4800.170.25
HSL158.24º41.55%57.06%-
HSV(B)158.24º47.64%74.9%-
XYZ30.0642.4438.96-
YUV160.03126.8585.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.27%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=22.27%
G=42.54%
B=35.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001911580.4800.170.25158.2441.5557.06
Hex64BF9E30011199e2a39
Octal14427723660021312365271
Binary110010010111111100111101100000100011100110011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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