#64C1A3

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

Shades of Keppel #64C1A3

Tints of Keppel #64C1A3

Color information

#64C1A3 (or 0x64C1A3) is unknown color: approx Keppel. HEX triplet: 64, C1 and A3. RGB value is (100,193,163). Sum of RGB (Red+Green+Blue) = 100+193+163=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #64C1A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C1A3 is #9B3E5C. Grayscale: #A1A1A1. Windows color (decimal): -10174045 or 10731876. OLE color: 10731876.

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

Color convert

RGB100193163-
CMYK0.4800.160.24
HSL160.65º42.86%57.45%-
HSV(B)160.65º48.19%75.69%-
XYZ30.9443.4941.41-
YUV161.77128.6983.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.93%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 163 (64.06% from 255) = 35.75%
R=21.93%
G=42.32%
B=35.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001931630.4800.160.24160.6542.8657.45
Hex64C1A33001018a12b39
Octal14430124360020302415371
Binary110010011000001101000111100000100001100010100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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