#64C09F

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

Shades of Keppel #64C09F

Tints of Keppel #64C09F

Color information

#64C09F (or 0x64C09F) is unknown color: approx Keppel. HEX triplet: 64, C0 and 9F. RGB value is (100,192,159). Sum of RGB (Red+Green+Blue) = 100+192+159=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #64C09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C09F is #9B3F60. Grayscale: #A0A0A0. Windows color (decimal): -10174305 or 10469476. OLE color: 10469476.

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

Color convert

RGB100192159-
CMYK0.4800.170.25
HSL158.48º42.2%57.25%-
HSV(B)158.48º47.92%75.29%-
XYZ30.3642.9139.48-
YUV160.73127.0284.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.17%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=22.17%
G=42.57%
B=35.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001921590.4800.170.25158.4842.257.25
Hex64C09F30011199e2a39
Octal14430023760021312365271
Binary110010011000000100111111100000100011100110011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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