#64C39E

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

Shades of Keppel #64C39E

Tints of Keppel #64C39E

Color information

#64C39E (or 0x64C39E) is unknown color: approx Keppel. HEX triplet: 64, C3 and 9E. RGB value is (100,195,158). Sum of RGB (Red+Green+Blue) = 100+195+158=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #64C39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C39E is #9B3C61. Grayscale: #A2A2A2. Windows color (decimal): -10173538 or 10404708. OLE color: 10404708.

HSL color Cylindrical-coordinate representation of color #64C39E: hue angle of 156.63º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C39E is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB100195158-
CMYK0.4900.190.24
HSL156.63º44.19%57.84%-
HSV(B)156.63º48.72%76.47%-
XYZ30.9444.2139.25-
YUV162.38125.5383.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.08%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=22.08%
G=43.05%
B=34.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001951580.4900.190.24156.6344.1957.84
Hex64C39E31013189d2c3a
Octal14430323661023302355472
Binary110010011000011100111101100010100111100010011101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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