#64C19F

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

Shades of Keppel #64C19F

Tints of Keppel #64C19F

Color information

#64C19F (or 0x64C19F) is unknown color: approx Keppel. HEX triplet: 64, C1 and 9F. RGB value is (100,193,159). Sum of RGB (Red+Green+Blue) = 100+193+159=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #64C19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C19F is #9B3E60. Grayscale: #A1A1A1. Windows color (decimal): -10174049 or 10469732. OLE color: 10469732.

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

Color convert

RGB100193159-
CMYK0.4800.180.24
HSL158.06º42.86%57.45%-
HSV(B)158.06º48.19%75.69%-
XYZ30.5843.3539.56-
YUV161.32126.6984.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.12%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=22.12%
G=42.70%
B=35.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001931590.4800.180.24158.0642.8657.45
Hex64C19F30012189e2b39
Octal14430123760022302365371
Binary110010011000001100111111100000100101100010011110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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