#64BEA3

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

Shades of Keppel #64BEA3

Tints of Keppel #64BEA3

Color information

#64BEA3 (or 0x64BEA3) is unknown color: approx Keppel. HEX triplet: 64, BE and A3. RGB value is (100,190,163). Sum of RGB (Red+Green+Blue) = 100+190+163=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #64BEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BEA3 is #9B415C. Grayscale: #A0A0A0. Windows color (decimal): -10174813 or 10731108. OLE color: 10731108.

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

Color convert

RGB100190163-
CMYK0.4700.140.25
HSL162º40.91%56.86%-
HSV(B)162º47.37%74.51%-
XYZ30.2842.1841.2-
YUV160.01129.6885.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.08%
GREEN value IS 190 (74.61% from 255) = 41.94%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=22.08%
G=41.94%
B=35.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901630.4700.140.2516240.9156.86
Hex64BEA32F0E19a22939
Octal14427624357016312425171
Binary11001001011111010100011101111011101100110100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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