#64B09F

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

Shades of Keppel #64B09F

Tints of Keppel #64B09F

Color information

#64B09F (or 0x64B09F) is unknown color: approx Keppel. HEX triplet: 64, B0 and 9F. RGB value is (100,176,159). Sum of RGB (Red+Green+Blue) = 100+176+159=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #64B09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64B09F is #9B4F60. Grayscale: #979797. Windows color (decimal): -10178401 or 10465380. OLE color: 10465380.

HSL color Cylindrical-coordinate representation of color #64B09F: hue angle of 166.58º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64B09F is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB100176159-
CMYK0.4300.100.31
HSL166.58º32.48%54.12%-
HSV(B)166.58º43.18%69.02%-
XYZ27.0436.2638.38-
YUV151.34132.3291.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.99%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=22.99%
G=40.46%
B=36.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001761590.4300.100.31166.5832.4854.12
Hex64B09F2B0A1Fa72036
Octal14426023753012372474066
Binary11001001011000010011111101011010101111110100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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