#64BE9A

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

Shades of Keppel #64BE9A

Tints of Keppel #64BE9A

Color information

#64BE9A (or 0x64BE9A) is unknown color: approx Keppel. HEX triplet: 64, BE and 9A. RGB value is (100,190,154). Sum of RGB (Red+Green+Blue) = 100+190+154=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BE9A is #9B4165. Grayscale: #9F9F9F. Windows color (decimal): -10174822 or 10141284. OLE color: 10141284.

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

Color convert

RGB100190154-
CMYK0.4700.190.25
HSL156º40.91%56.86%-
HSV(B)156º47.37%74.51%-
XYZ29.541.8737.1-
YUV158.99125.1885.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.52%
GREEN value IS 190 (74.61% from 255) = 42.79%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=22.52%
G=42.79%
B=34.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901540.4700.190.2515640.9156.86
Hex64BE9A2F013199c2939
Octal14427623257023312345171
Binary110010010111110100110101011110100111100110011100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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