#64BE9F

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

Shades of Keppel #64BE9F

Tints of Keppel #64BE9F

Color information

#64BE9F (or 0x64BE9F) is unknown color: approx Keppel. HEX triplet: 64, BE and 9F. RGB value is (100,190,159). Sum of RGB (Red+Green+Blue) = 100+190+159=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BE9F is #9B4160. Grayscale: #9F9F9F. Windows color (decimal): -10174817 or 10468964. OLE color: 10468964.

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

Color convert

RGB100190159-
CMYK0.4700.160.25
HSL159.33º40.91%56.86%-
HSV(B)159.33º47.37%74.51%-
XYZ29.9342.0439.34-
YUV159.56127.6885.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.27%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=22.27%
G=42.32%
B=35.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901590.4700.160.25159.3340.9156.86
Hex64BE9F2F010199f2939
Octal14427623757020312375171
Binary110010010111110100111111011110100001100110011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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