#64C09D

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

Shades of Keppel #64C09D

Tints of Keppel #64C09D

Color information

#64C09D (or 0x64C09D) is unknown color: approx Keppel. HEX triplet: 64, C0 and 9D. RGB value is (100,192,157). Sum of RGB (Red+Green+Blue) = 100+192+157=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #64C09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C09D is #9B3F62. Grayscale: #A0A0A0. Windows color (decimal): -10174307 or 10338404. OLE color: 10338404.

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

Color convert

RGB100192157-
CMYK0.4800.180.25
HSL157.17º42.2%57.25%-
HSV(B)157.17º47.92%75.29%-
XYZ30.1942.8438.58-
YUV160.5126.0284.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.27%
GREEN value IS 192 (75.39% from 255) = 42.76%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=22.27%
G=42.76%
B=34.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001921570.4800.180.25157.1742.257.25
Hex64C09D30012199d2a39
Octal14430023560022312355271
Binary110010011000000100111011100000100101100110011101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,192,157); }

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

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

 a { background-color: rgb(100,192,157); }

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

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

 span { border-color: rgb(100,192,157); }

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